Files
2026-03-06 20:05:19 +01:00

32 lines
994 B
Modula-2

module github.com/Loyalsoldier/geoip
go 1.25
require (
github.com/klauspost/compress v1.18.4
github.com/maxmind/mmdbwriter v1.2.0
github.com/oschwald/geoip2-golang/v2 v2.1.0
github.com/oschwald/maxminddb-golang/v2 v2.1.1
github.com/sagernet/sing-box v1.13.1
github.com/spf13/cobra v1.10.2
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/tidwall/gjson v1.18.0
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/sagernet/sing v0.8.1 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)