From 5815cac83cde6833d5a90ed6ed5496aa73edf210 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:04:12 +0800 Subject: [PATCH] Chore: use Golang v1.17 (#608) --- go.mod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 43223825..f92b653a 100644 --- a/go.mod +++ b/go.mod @@ -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 +)