mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 17:14:52 +02:00
16 lines
384 B
Modula-2
16 lines
384 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v4 v4.42.1
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/pires/go-proxyproto v0.6.0 // indirect
|
|
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a // indirect
|
|
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
|
|
)
|