summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2024-08-31 09:44:38 +0800
committerLoyalsoldier <[email protected]>2024-08-31 09:44:38 +0800
commitfca10e64304b331c56dafe307f4eddfb7614fbb2 (patch)
treebdec373a6b1587152fc7dc4e1cea0d2756a3520d /go.mod
parent6632bd0d4d6720819212520664cf872077b1120c (diff)
Chore: update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod34
1 files changed, 17 insertions, 17 deletions
diff --git a/go.mod b/go.mod
index 1cb36da9..10d17b92 100644
--- a/go.mod
+++ b/go.mod
@@ -1,44 +1,44 @@
module github.com/Loyalsoldier/geoip
-go 1.21
+go 1.22
-toolchain go1.21.10
+toolchain go1.22.6
require (
github.com/klauspost/compress v1.17.9
github.com/maxmind/mmdbwriter v1.0.0
github.com/oschwald/maxminddb-golang v1.13.1
- github.com/sagernet/sing-box v1.9.3
+ github.com/sagernet/sing-box v1.9.4
github.com/spf13/cobra v1.8.1
github.com/tidwall/gjson v1.17.3
- github.com/v2fly/v2ray-core/v5 v5.16.1
+ github.com/v2fly/v2ray-core/v5 v5.17.1
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v2 v2.4.0
)
require (
- github.com/adrg/xdg v0.4.0 // indirect
+ github.com/adrg/xdg v0.5.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
- github.com/miekg/dns v1.1.59 // indirect
+ github.com/miekg/dns v1.1.62 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
- github.com/quic-go/quic-go v0.43.0 // indirect
- github.com/sagernet/sing v0.4.1 // indirect
- github.com/sagernet/sing-dns v0.2.0 // indirect
+ github.com/quic-go/quic-go v0.46.0 // indirect
+ github.com/sagernet/sing v0.4.2 // indirect
+ github.com/sagernet/sing-dns v0.2.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
- golang.org/x/crypto v0.23.0 // indirect
- golang.org/x/mod v0.17.0 // indirect
- golang.org/x/net v0.25.0 // indirect
- golang.org/x/sync v0.7.0 // indirect
- golang.org/x/sys v0.21.0 // indirect
- golang.org/x/text v0.15.0 // indirect
- golang.org/x/tools v0.21.0 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
+ golang.org/x/crypto v0.26.0 // indirect
+ golang.org/x/mod v0.18.0 // indirect
+ golang.org/x/net v0.28.0 // indirect
+ golang.org/x/sync v0.8.0 // indirect
+ golang.org/x/sys v0.24.0 // indirect
+ golang.org/x/text v0.17.0 // indirect
+ golang.org/x/tools v0.22.0 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)