aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 10:38:44 -0700
committerGitHub <noreply@github.com>2023-06-12 10:38:44 -0700
commit609902f0cf51828bf3eb967323365dc5a03ede6f (patch)
tree4abd564f9ac29d066e47537d06db0b3471cf95ec /go.mod
parentcd3bc35b8de813e73fc43eda0c3b488652ae9cb7 (diff)
downloadseaweedfs-609902f0cf51828bf3eb967323365dc5a03ede6f.tar.xz
seaweedfs-609902f0cf51828bf3eb967323365dc5a03ede6f.zip
build(deps): bump github.com/gocql/gocql from 1.4.0 to 1.5.1 (#4571)
Bumps [github.com/gocql/gocql](https://github.com/gocql/gocql) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/gocql/gocql/releases) - [Changelog](https://github.com/gocql/gocql/blob/master/CHANGELOG.md) - [Commits](https://github.com/gocql/gocql/compare/v1.4.0...v1.5.1) --- 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 67c9e40f4..37ad1b903 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
github.com/go-redsync/redsync/v4 v4.8.1
github.com/go-sql-driver/mysql v1.7.1
github.com/go-zookeeper/zk v1.0.3 // indirect
- github.com/gocql/gocql v1.4.0
+ github.com/gocql/gocql v1.5.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3