Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.1...v1.30.0) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
280 B
Modula-2
15 lines
280 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.4.0
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|