v2fly-domain-list-community/go.mod

9 lines
144 B
Modula-2
Raw Normal View History

2020-10-12 08:29:16 +03:00
module github.com/v2fly/domain-list-community
2020-09-19 21:17:43 +03:00
go 1.16
2020-09-19 21:17:43 +03:00
require (
github.com/v2fly/v2ray-core/v4 v4.36.0
2020-11-15 07:33:11 +02:00
google.golang.org/protobuf v1.25.0
2020-09-19 21:17:43 +03:00
)