Release v3 - change v2 suffix to v3
Because of recent changes there is a need for a new major release. Changes are switching to scylladb/gocql and replacing Unsafe with Strict mechanism.
This commit is contained in:
committed by
Sylwia Szunejko
parent
653faf1e03
commit
e7267922c4
9
cmd/schemagen/testdata/go.mod
vendored
9
cmd/schemagen/testdata/go.mod
vendored
@@ -4,8 +4,8 @@ go 1.17
|
||||
|
||||
require (
|
||||
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
|
||||
github.com/google/go-cmp v0.5.4
|
||||
github.com/scylladb/gocqlx/v2 v2.8.0
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/scylladb/gocqlx/v3 v3.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -15,4 +15,7 @@ require (
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
)
|
||||
|
||||
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.0
|
||||
replace (
|
||||
github.com/gocql/gocql => github.com/scylladb/gocql v1.14.0
|
||||
github.com/scylladb/gocqlx/v3 => ../../..
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user