diff options
| author | Loyalsoldier <[email protected]> | 2026-01-22 11:37:11 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2026-01-22 11:37:11 +0800 |
| commit | ac53325ec76e43fb981c694cb44badf9cbb07e8d (patch) | |
| tree | 12bd44c19206cbdb06eab8acefc362fbf5dfdb7d /go.mod | |
| parent | 77e5f4a2c24fb87f79e73c05729562138df8279e (diff) | |
Feat: update MMDB database releated dependencies202603050028202602260026202602190030202602120028202602050029202601290026202601220338
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
