mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-12-08 03:07:25 +07:00
Chore: update dependencies (#2856)
This commit is contained in:
12
go.mod
12
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user