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

4
go.mod
View File

@@ -12,8 +12,8 @@ require (
)
require (
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
)
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.5
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.15.1