Upgrade to golang 1.17

This commit is contained in:
9seconds
2021-08-30 11:51:11 +03:00
parent 7718f62477
commit c178b4b9cc
4 changed files with 15 additions and 6 deletions
+12 -1
View File
@@ -1,6 +1,6 @@
module github.com/9seconds/mtg
go 1.13
go 1.17
require (
github.com/VictoriaMetrics/fastcache v1.5.7
@@ -23,3 +23,14 @@ require (
gopkg.in/alecthomas/kingpin.v2 v2.2.6
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)