Update project to Go v1.17

This commit is contained in:
Sighery 2022-08-14 20:37:16 +02:00
parent 2aded968d2
commit ef93a5772e

8
go.mod
View file

@ -1,5 +1,11 @@
module github.com/Sighery/gonjalla
go 1.14
go 1.17
require github.com/stretchr/testify v1.8.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)