Update golang to 1.24.x and dependencies (#349)

This commit is contained in:
Dmitry Kropachev
2025-10-16 14:25:19 -04:00
committed by GitHub
parent 20fef0caf4
commit 96f0b49bdd
5 changed files with 19 additions and 16 deletions

8
go.mod
View File

@@ -1,19 +1,21 @@
module github.com/scylladb/gocqlx/v3
go 1.21
go 1.24.0
toolchain go1.24.5
require (
github.com/gocql/gocql v1.7.0
github.com/google/go-cmp v0.7.0
github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b
github.com/scylladb/go-reflectx v1.0.1
golang.org/x/sync v0.11.0
golang.org/x/sync v0.17.0
gopkg.in/inf.v0 v0.9.1
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.18.0 // indirect
)
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.15.3