-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 579 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 579 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/ringsaturn/tzf
go 1.25
require (
github.com/loov/hrtime v1.0.4
github.com/mitchellh/mapstructure v1.5.0
github.com/paulmach/orb v0.12.0
github.com/ringsaturn/go-cities.json v0.6.13
github.com/ringsaturn/polyf v0.2.2
github.com/ringsaturn/tzf-rel-lite v0.0.2026-a
github.com/tidwall/geojson v1.4.6
github.com/tidwall/lotsa v1.0.5
github.com/tidwall/rtree v1.10.0
github.com/twpayne/go-polyline v1.1.1
google.golang.org/protobuf v1.36.11
)
require (
github.com/tidwall/geoindex v1.7.0 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
)