diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-27 10:03:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-27 10:03:32 -0700 |
| commit | f5273cdd5cc4abd67d430b115479114141c77a57 (patch) | |
| tree | e0e40b8033904f6541887229b034ad4c17a30ce3 /go.mod | |
| parent | a9389377b538049c4cca70b49c6ccabaeaef5dcf (diff) | |
| parent | cfd7c0fa7834e59ffbebee128ba3697ff3bb8220 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
