Chore: update dependencies (#3068)

This commit is contained in:
Loyalsoldier
2025-12-17 01:05:10 +08:00
committed by GitHub
parent 4d45b17cd8
commit a4da81130d
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@@ -1,14 +1,14 @@
module github.com/v2fly/domain-list-community
go 1.24
go 1.24.0
require (
github.com/v2fly/v2ray-core/v5 v5.38.0
google.golang.org/protobuf v1.36.8
github.com/v2fly/v2ray-core/v5 v5.42.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/adrg/xdg v0.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)