go mod update go to 1.16

This commit is contained in:
Michał Matczuk
2021-04-29 17:27:59 +02:00
committed by Michal Jan Matczuk
parent 412899a9b2
commit c51d7713a2

4
go.mod
View File

@@ -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