Loyalsoldier 36f0a37aea
Fix: compatible with Go v1.16 (#422)
The flag `--insecure` in go get command has been deprecated in Go v1.16

Fixes #421
Fixes #420
2021-02-25 12:35:05 +08:00

9 lines
174 B
Modula-2

module github.com/v2fly/domain-list-community
go 1.16
require (
github.com/v2fly/v2ray-core/v4 v4.34.1-0.20210224091244-9d13f99633c8
google.golang.org/protobuf v1.25.0
)