Chore: use Golang v1.17 (#608)
This commit is contained in:
parent
6ccee886e3
commit
5815cac83c
9
go.mod
9
go.mod
@ -1,8 +1,15 @@
|
|||||||
module github.com/v2fly/domain-list-community
|
module github.com/v2fly/domain-list-community
|
||||||
|
|
||||||
go 1.16
|
go 1.17
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/v2fly/v2ray-core/v4 v4.41.1
|
github.com/v2fly/v2ray-core/v4 v4.41.1
|
||||||
google.golang.org/protobuf v1.27.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
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user