aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2023-06-13 10:22:46 +0500
committerGitHub <noreply@github.com>2023-06-12 22:22:46 -0700
commit4527ead2956c31f3ffca98e7c5af13a3d5b92f1e (patch)
treed59fc1802fce5d1d56fe5b989f6e036f34099620 /go.mod
parenta25bca06927a171ba1d8d459e573bc083ca8c1a8 (diff)
downloadseaweedfs-4527ead2956c31f3ffca98e7c5af13a3d5b92f1e.tar.xz
seaweedfs-4527ead2956c31f3ffca98e7c5af13a3d5b92f1e.zip
fix from comment delete volume is empty (#4573)
* fix from coments https://github.com/seaweedfs/seaweedfs/pull/4561 * fix tests --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6339ebb8f..d0af8fab6 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
github.com/fclairamb/ftpserverlib v0.21.0
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-errors/errors v1.1.1 // indirect
- github.com/go-redis/redis/v8 v8.11.5
+ github.com/go-redis/redis/v8 v8.11.5 // indirect
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
@@ -150,6 +150,7 @@ require (
github.com/hashicorp/raft-boltdb/v2 v2.2.2
github.com/rabbitmq/amqp091-go v1.8.1
github.com/rclone/rclone v1.62.2
+ github.com/redis/go-redis/v9 v9.0.2
github.com/schollz/progressbar/v3 v3.13.1
github.com/tikv/client-go/v2 v2.0.7
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.2.0