Chore: use Golang v1.17 (#608)

This commit is contained in:
Loyalsoldier 2021-09-01 10:04:12 +08:00 committed by GitHub
parent 6ccee886e3
commit 5815cac83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
go.mod
View File

@ -1,8 +1,15 @@
module github.com/v2fly/domain-list-community
go 1.16
go 1.17
require (
github.com/v2fly/v2ray-core/v4 v4.41.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-20210611083646-a4fc73990273 // indirect
)