go mod update go to 1.16
This commit is contained in:
committed by
Michal Jan Matczuk
parent
412899a9b2
commit
c51d7713a2
4
go.mod
4
go.mod
@@ -1,5 +1,7 @@
|
|||||||
module github.com/scylladb/gocqlx/v2
|
module github.com/scylladb/gocqlx/v2
|
||||||
|
|
||||||
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
github.com/gocql/gocql v0.0.0-20200131111108-92af2e088537
|
github.com/gocql/gocql v0.0.0-20200131111108-92af2e088537
|
||||||
@@ -9,5 +11,3 @@ require (
|
|||||||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
||||||
gopkg.in/inf.v0 v0.9.1
|
gopkg.in/inf.v0 v0.9.1
|
||||||
)
|
)
|
||||||
|
|
||||||
go 1.13
|
|
||||||
|
|||||||
Reference in New Issue
Block a user