Skip to content

Commit f4a58cb

Browse files
Update module github.com/gocql/gocql to v2
1 parent 6317746 commit f4a58cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/schemagen/testdata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module schemagentest
33
go 1.25.0
44

55
require (
6-
github.com/gocql/gocql v1.7.0
6+
github.com/gocql/gocql/v2 v2.1.1
77
github.com/google/go-cmp v0.7.0
88
github.com/scylladb/gocqlx/v3 v3.0.4
99
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/scylladb/gocqlx/v3
33
go 1.25.0
44

55
require (
6-
github.com/gocql/gocql v1.7.0
6+
github.com/gocql/gocql/v2 v2.1.1
77
github.com/google/go-cmp v0.7.0
88
github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b
99
github.com/scylladb/go-reflectx v1.0.1

0 commit comments

Comments
 (0)