mirror of https://github.com/tidwall/tile38.git
12 lines
222 B
Modula-2
12 lines
222 B
Modula-2
|
module github.com/tidwall/geojson
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/tidwall/gjson v1.6.8
|
||
|
github.com/tidwall/lotsa v1.0.1
|
||
|
github.com/tidwall/pretty v1.0.2
|
||
|
github.com/tidwall/rtree v1.2.6
|
||
|
github.com/tidwall/sjson v1.1.5
|
||
|
)
|