diff options
| author | chrislu <chris.lu@gmail.com> | 2024-07-11 00:15:19 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-07-11 00:15:19 -0700 |
| commit | c59517e28422d228defd987fe1aa49cc9f1aef1d (patch) | |
| tree | e34500d2b88b37212b11d28add0fb4d2fec276cb /go.mod | |
| parent | 33b11f92bca0272b6e25579a42477a8aebb16cbe (diff) | |
| download | seaweedfs-c59517e28422d228defd987fe1aa49cc9f1aef1d.tar.xz seaweedfs-c59517e28422d228defd987fe1aa49cc9f1aef1d.zip | |
upgrade to github.com/redis/go-redis/v9
fix https://github.com/seaweedfs/seaweedfs/issues/4532
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect github.com/fclairamb/ftpserverlib v0.24.1 github.com/fsnotify/fsnotify v1.7.0 // 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.13.0 github.com/go-sql-driver/mysql v1.8.1 github.com/go-zookeeper/zk v1.0.3 // indirect @@ -147,6 +147,7 @@ require ( github.com/rabbitmq/amqp091-go v1.10.0 github.com/rclone/rclone v1.66.0 github.com/rdleal/intervalst v1.4.0 + github.com/redis/go-redis/v9 v9.5.1 github.com/schollz/progressbar/v3 v3.14.4 github.com/shirou/gopsutil/v3 v3.24.5 github.com/tikv/client-go/v2 v2.0.7 |
