-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 934 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module geoip-builder
go 1.23
toolchain go1.24.4
require (
github.com/ip2location/ip2location-go/v9 v9.7.1
github.com/maxmind/mmdbwriter v1.0.0
github.com/night-codes/go-sypexgeo v1.0.0
github.com/oschwald/maxminddb-golang v1.13.1
github.com/ringsaturn/tzf v0.16.0
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
)
require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/paulmach/orb v0.11.1 // indirect
github.com/ringsaturn/tzf-rel-lite v0.0.2024-b // indirect
github.com/tidwall/geoindex v1.7.0 // indirect
github.com/tidwall/geojson v1.4.5 // indirect
github.com/tidwall/rtree v1.10.0 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
go.mongodb.org/mongo-driver v1.14.0 // indirect
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/sys v0.21.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
)