Update gocql to 1.14.5 (#315)

This commit is contained in:
Dmitry Kropachev
2025-04-25 13:38:32 -04:00
committed by GitHub
parent 643d2e775e
commit f722b3afe0
4 changed files with 31 additions and 13 deletions

4
go.mod
View File

@@ -12,8 +12,8 @@ require (
)
require (
github.com/golang/snappy v1.0.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/klauspost/compress v1.17.9 // indirect
)
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.4
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.5