Update gocql to v1.15.1 (#323)
* Update gocql to v1.15.1 * Add SetHostID to Queryx and Batch
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user