We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8984c commit 4e9e8e3Copy full SHA for 4e9e8e3
1 file changed
go.mod
@@ -3,7 +3,7 @@ module github.com/scylladb/scylla-cdc-go
3
go 1.25.0
4
5
require (
6
- github.com/gocql/gocql v1.17.0
+ github.com/gocql/gocql/v2 v2.1.0
7
golang.org/x/sync v0.19.0
8
)
9
0 commit comments