You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.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
|
|
)
|