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

View File

@@ -16,6 +16,6 @@ require (
)
replace (
github.com/gocql/gocql => github.com/scylladb/gocql v1.14.4
github.com/gocql/gocql => github.com/scylladb/gocql v1.14.5
github.com/scylladb/gocqlx/v3 => ../../..
)