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.7.4
|
|
github.com/tidwall/lotsa v1.0.1
|
|
github.com/tidwall/pretty v1.1.0
|
|
github.com/tidwall/rtree v1.2.7
|
|
github.com/tidwall/sjson v1.1.6
|
|
)
|