tile38/vendor/github.com/tidwall/geojson/go.mod

12 lines
222 B
Modula-2
Raw Normal View History

2021-02-08 03:54:56 +03:00
module github.com/tidwall/geojson
go 1.15
require (
2021-03-30 18:09:03 +03:00
github.com/tidwall/gjson v1.7.4
2021-02-08 03:54:56 +03:00
github.com/tidwall/lotsa v1.0.1
2021-03-30 18:09:03 +03:00
github.com/tidwall/pretty v1.1.0
github.com/tidwall/rtree v1.2.7
github.com/tidwall/sjson v1.1.6
2021-02-08 03:54:56 +03:00
)