Update dependancies (#317)

This commit is contained in:
Dmitry Kropachev
2025-04-25 13:54:34 -04:00
committed by GitHub
parent f722b3afe0
commit 368eebb8a7
4 changed files with 8 additions and 7 deletions

4
go.mod
View File

@@ -4,10 +4,10 @@ go 1.20
require (
github.com/gocql/gocql v1.7.0
github.com/google/go-cmp v0.6.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.7.0
golang.org/x/sync v0.11.0
gopkg.in/inf.v0 v0.9.1
)