Skip to content

Commit

Permalink
go mod update go to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Apr 30, 2021
1 parent 412899a commit c51d771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/scylladb/gocqlx/v2

go 1.16

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gocql/gocql v0.0.0-20200131111108-92af2e088537
Expand All @@ -9,5 +11,3 @@ require (
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
gopkg.in/inf.v0 v0.9.1
)

go 1.13

0 comments on commit c51d771

Please sign in to comment.