1
0
mirror of https://github.com/v2fly/domain-list-community.git synced 2025-08-22 18:38:36 +00:00
domain-list-community/go.mod
dependabot[bot] 5750cefffe
Bump google.golang.org/protobuf from 1.34.0 to 1.36.7
Bumps google.golang.org/protobuf from 1.34.0 to 1.36.7.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-08 02:30:27 +00:00

17 lines
302 B
Modula-2

module github.com/v2fly/domain-list-community
go 1.22
toolchain go1.22.2
require (
github.com/v2fly/v2ray-core/v5 v5.16.0
google.golang.org/protobuf v1.36.7
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/sys v0.19.0 // indirect
)