From 89f2763fd924a3be50545072ea796e1aa3beed66 Mon Sep 17 00:00:00 2001 From: Russia9 Date: Sun, 13 Mar 2022 23:50:33 +0300 Subject: [PATCH] update go to 1.17 --- go.mod | 10 +++++++--- go.sum | 1 - 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ee6b1ea..6593143 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,16 @@ module gitea.russia9.dev/Russia9/chatwars-duels -go 1.14 +go 1.17 require ( github.com/confluentinc/confluent-kafka-go v1.8.2 - github.com/davecgh/go-spew v1.1.1 // indirect github.com/rs/zerolog v1.26.1 - github.com/stretchr/testify v1.7.0 // indirect gopkg.in/tucnak/telebot.v2 v2.5.0 +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pkg/errors v0.9.1 // indirect + github.com/stretchr/testify v1.7.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) diff --git a/go.sum b/go.sum index f8f8bf4..4557be2 100644 --- a/go.sum +++ b/go.sum @@ -43,7 +43,6 @@ golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/tucnak/telebot.v2 v2.5.0 h1:i+NynLo443Vp+Zn3Gv9JBjh3Z/PaiKAQwcnhNI7y6Po= gopkg.in/tucnak/telebot.v2 v2.5.0/go.mod h1:BgaIIx50PSRS9pG59JH+geT82cfvoJU/IaI5TJdN3v8=