bump to go 1.17 and dependencies

This commit is contained in:
da
2022-01-07 20:39:20 +01:00
parent 3e0ad381aa
commit 9ef9cc3a51
2 changed files with 36 additions and 3 deletions
+14 -3
View File
@@ -1,6 +1,6 @@
module dev.ixab.de/da/gidbig
go 1.16
go 1.17
require (
github.com/bwmarrin/discordgo v0.23.2
@@ -9,6 +9,17 @@ require (
github.com/gorilla/sessions v1.2.1
github.com/simplesurance/go-ip-anonymizer v0.0.0-20200429124537-35a880f8e87d
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
gopkg.in/yaml.v2 v2.2.2
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)