Chore: update dependencies (#2856)

This commit is contained in:
Loyalsoldier
2025-09-06 09:12:08 +08:00
committed by GitHub
parent ee166e54eb
commit a5f824ce52
3 changed files with 18 additions and 26 deletions

12
go.mod
View File

@@ -1,16 +1,14 @@
module github.com/v2fly/domain-list-community
go 1.22
toolchain go1.22.2
go 1.24
require (
github.com/v2fly/v2ray-core/v5 v5.16.0
google.golang.org/protobuf v1.34.0
github.com/v2fly/v2ray-core/v5 v5.38.0
google.golang.org/protobuf v1.36.8
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)