summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2024-10-24 07:08:01 +0800
committerLoyalsoldier <[email protected]>2024-10-24 07:16:35 +0800
commit87404b7cbcdaa441ed812434852c8aef5c7a5405 (patch)
treecba8087d721c857875fc6fd6e34af3eae3727583 /go.mod
parente6ee2bb6c610a8f7f9ca86da9ebe27e59c2daef3 (diff)
Feat: support JSON configuration with comments and trailing commas
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a0dda17d..c455e26d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module github.com/Loyalsoldier/geoip
-go 1.22
+go 1.23
-toolchain go1.22.6
+toolchain go1.23.2
require (
github.com/klauspost/compress v1.17.10
@@ -10,6 +10,7 @@ require (
github.com/oschwald/maxminddb-golang v1.13.1
github.com/sagernet/sing-box v1.9.7
github.com/spf13/cobra v1.8.1
+ github.com/tailscale/hujson v0.0.0-20241010212012-29efb4a0184b
github.com/tidwall/gjson v1.18.0
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
google.golang.org/protobuf v1.35.1