diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2023-06-13 10:22:46 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 22:22:46 -0700 |
| commit | 4527ead2956c31f3ffca98e7c5af13a3d5b92f1e (patch) | |
| tree | d59fc1802fce5d1d56fe5b989f6e036f34099620 /go.mod | |
| parent | a25bca06927a171ba1d8d459e573bc083ca8c1a8 (diff) | |
| download | seaweedfs-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.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
