17 lines
425 B
Modula-2
17 lines
425 B
Modula-2
module github.com/scylladb/gocqlx/v3
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/apache/cassandra-gocql-driver/v2 v2.0.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b
|
|
github.com/scylladb/go-reflectx v1.0.1
|
|
golang.org/x/sync v0.18.0
|
|
gopkg.in/inf.v0 v0.9.1
|
|
)
|
|
|
|
require github.com/stretchr/testify v1.11.1 // indirect
|
|
|
|
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.17.0
|