aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-04 09:26:52 -0800
committerGitHub <noreply@github.com>2024-11-04 09:26:52 -0800
commit92366134e3d46d0f3a617487cc28773b1028e35b (patch)
tree2285208ffa0126c40f36596120aa032991e3aab6 /go.mod
parente2d30cc3bc05b225fed1a111b4a403b9dbff5aba (diff)
downloadseaweedfs-92366134e3d46d0f3a617487cc28773b1028e35b.tar.xz
seaweedfs-92366134e3d46d0f3a617487cc28773b1028e35b.zip
chore(deps): bump github.com/gocql/gocql from 1.6.0 to 1.7.0 (#6196)
Bumps [github.com/gocql/gocql](https://github.com/gocql/gocql) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/gocql/gocql/releases) - [Changelog](https://github.com/apache/cassandra-gocql-driver/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gocql/gocql/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gocql/gocql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 65be0f674..42a06c4ee 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/go-redsync/redsync/v4 v4.13.0
github.com/go-sql-driver/mysql v1.8.1
github.com/go-zookeeper/zk v1.0.3 // indirect
- github.com/gocql/gocql v1.6.0
+ github.com/gocql/gocql v1.7.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4
github.com/golang/snappy v0.0.4 // indirect