The flag `--insecure` in go get command has been deprecated in Go v1.16 Fixes #421 Fixes #420
9 lines
174 B
Modula-2
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
|
|
)
|