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.
20 lines
510 B
Modula-2
20 lines
510 B
Modula-2
module github.com/scylladb/gocqlx/v3
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef
|
|
github.com/scylladb/go-reflectx v1.0.1
|
|
golang.org/x/sync v0.7.0
|
|
gopkg.in/inf.v0 v0.9.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
)
|
|
|
|
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.0
|