mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 17:14:52 +02:00
263f6d64a7
Bumps [github.com/v2fly/v2ray-core/v4](https://github.com/v2fly/v2ray-core) from 4.43.0 to 4.44.0. - [Release notes](https://github.com/v2fly/v2ray-core/releases) - [Commits](https://github.com/v2fly/v2ray-core/compare/v4.43.0...v4.44.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>
19 lines
594 B
Modula-2
19 lines
594 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v4 v4.44.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
|
|
)
|