mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
36 lines
1.1 KiB
Modula-2
36 lines
1.1 KiB
Modula-2
module github.com/Loyalsoldier/geoip
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.18.0
|
|
github.com/maxmind/mmdbwriter v1.0.0
|
|
github.com/oschwald/geoip2-golang v1.11.0
|
|
github.com/oschwald/maxminddb-golang v1.13.1
|
|
github.com/sagernet/sing-box v1.11.6
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33
|
|
github.com/tidwall/gjson v1.18.0
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
|
google.golang.org/protobuf v1.36.6
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/miekg/dns v1.1.63 // indirect
|
|
github.com/sagernet/sing v0.6.5 // indirect
|
|
github.com/sagernet/sing-dns v0.4.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
)
|