update go.mod to go 1.17

This commit is contained in:
dhax 2021-09-07 15:57:21 +02:00
parent 3b11f37162
commit 7cfdb8bb91
2 changed files with 12 additions and 23 deletions

13
go.mod
View file

@ -46,4 +46,15 @@ require (
mellium.im/sasl v0.2.1 // indirect
)
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/onsi/ginkgo v1.6.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
)
go 1.17