Update project to Go v1.17
This commit is contained in:
parent
2aded968d2
commit
ef93a5772e
1 changed files with 7 additions and 1 deletions
8
go.mod
8
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue