1
0
mirror of https://github.com/v2fly/domain-list-community.git synced 2025-08-28 13:25:31 +00:00
domain-list-community/go.mod
dependabot[bot] a4da14c5fc
Bump google.golang.org/protobuf from 1.34.0 to 1.36.8
Bumps google.golang.org/protobuf from 1.34.0 to 1.36.8.

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

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

15 lines
282 B
Modula-2

module github.com/v2fly/domain-list-community
go 1.23
require (
github.com/v2fly/v2ray-core/v5 v5.16.0
google.golang.org/protobuf v1.36.8
)
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
)