Update gocql to v1.15.1 (#323)

* Update gocql to v1.15.1

* Add SetHostID to Queryx and Batch
This commit is contained in:
Dmitry Kropachev
2025-06-10 13:24:39 -04:00
committed by GitHub
parent 16bd2372a7
commit a8d276713e
7 changed files with 38 additions and 34 deletions

View File

@@ -9,13 +9,13 @@ require (
)
require (
github.com/golang/snappy v1.0.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/scylladb/go-reflectx v1.0.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)
replace (
github.com/gocql/gocql => github.com/scylladb/gocql v1.14.5
github.com/gocql/gocql => github.com/scylladb/gocql v1.15.1
github.com/scylladb/gocqlx/v3 => ../../..
)