chore(deps): update module github.com/scylladb/gocql to v1.15.2 (#335)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-16 00:48:19 -04:00
committed by GitHub
parent 3b68f41304
commit 19efa3f52f
4 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module schemagentest
go 1.20
go 1.21
require (
github.com/gocql/gocql v1.7.0
@@ -16,6 +16,6 @@ require (
)
replace (
github.com/gocql/gocql => github.com/scylladb/gocql v1.15.1
github.com/gocql/gocql => github.com/scylladb/gocql v1.15.2
github.com/scylladb/gocqlx/v3 => ../../..
)