summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2026-01-22 11:37:11 +0800
committerLoyalsoldier <[email protected]>2026-01-22 11:37:11 +0800
commitac53325ec76e43fb981c694cb44badf9cbb07e8d (patch)
tree12bd44c19206cbdb06eab8acefc362fbf5dfdb7d /go.mod
parent77e5f4a2c24fb87f79e73c05729562138df8279e (diff)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index b749f247..ebe64a82 100644
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,8 @@ go 1.24.0
require (
github.com/klauspost/compress v1.18.3
github.com/maxmind/mmdbwriter v1.2.0
- github.com/oschwald/geoip2-golang v1.13.0
- github.com/oschwald/maxminddb-golang v1.13.1
+ github.com/oschwald/geoip2-golang/v2 v2.1.0
+ github.com/oschwald/maxminddb-golang/v2 v2.1.1
github.com/sagernet/sing-box v1.12.17
github.com/spf13/cobra v1.10.2
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
@@ -19,7 +19,6 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/miekg/dns v1.1.67 // indirect
- github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
github.com/sagernet/sing v0.7.14 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/tidwall/match v1.1.1 // indirect