v2fly-domain-list-community/go.mod
dependabot[bot] 525233ff33
Chore: bump github.com/v2fly/v2ray-core/v4 from 4.42.1 to 4.43.0 (#648)
Bumps [github.com/v2fly/v2ray-core/v4](https://github.com/v2fly/v2ray-core) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/v2fly/v2ray-core/releases)
- [Commits](https://github.com/v2fly/v2ray-core/compare/v4.42.1...v4.43.0)

---
updated-dependencies:
- dependency-name: github.com/v2fly/v2ray-core/v4
  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>
2021-10-04 10:40:17 +08:00

19 lines
594 B
Modula-2

module github.com/v2fly/domain-list-community
go 1.17
require (
github.com/v2fly/v2ray-core/v4 v4.43.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/pires/go-proxyproto v0.6.1 // indirect
go.starlark.net v0.0.0-20210901212718-87f333178d59 // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e // indirect
)