Bump github.com/v2fly/v2ray-core/v5 from 5.1.0 to 5.3.0 (#1459)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-08 14:52:06 +08:00
committed by GitHub
parent 1a0bc5a1bf
commit 251c31d60e
2 changed files with 8 additions and 8 deletions

4
go.mod
View File

@ -3,12 +3,12 @@ module github.com/v2fly/domain-list-community
go 1.18
require (
github.com/v2fly/v2ray-core/v5 v5.1.0
github.com/v2fly/v2ray-core/v5 v5.3.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/sys v0.3.0 // indirect
)