aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-27 10:03:32 -0700
committerGitHub <noreply@github.com>2022-06-27 10:03:32 -0700
commitf5273cdd5cc4abd67d430b115479114141c77a57 (patch)
treee0e40b8033904f6541887229b034ad4c17a30ce3 /go.mod
parenta9389377b538049c4cca70b49c6ccabaeaef5dcf (diff)
parentcfd7c0fa7834e59ffbebee128ba3697ff3bb8220 (diff)
downloadseaweedfs-f5273cdd5cc4abd67d430b115479114141c77a57.tar.xz
seaweedfs-f5273cdd5cc4abd67d430b115479114141c77a57.zip
Merge pull request #3244 from chrislusf/dependabot/go_modules/github.com/go-redsync/redsync/v4-4.5.1
Bump github.com/go-redsync/redsync/v4 from 4.5.0 to 4.5.1
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 2ac47c0af..07c6b49b2 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-errors/errors v1.1.1 // indirect
github.com/go-redis/redis/v8 v8.11.5
- github.com/go-redsync/redsync/v4 v4.5.0
+ github.com/go-redsync/redsync/v4 v4.5.1
github.com/go-sql-driver/mysql v1.6.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-zookeeper/zk v1.0.2 // indirect