aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-02 10:50:07 -0700
committerGitHub <noreply@github.com>2022-05-02 10:50:07 -0700
commit7f7f6f99e67989235988ee715ea997bd234fb4d8 (patch)
tree5bf974ccf707ac748318b41d5dd2e43ec03097ab /go.mod
parent47ced6ce9c504b388d984e7a88d660f7abc727a2 (diff)
parent71ea8646a6c176eebd9a1f110f8201f394371f38 (diff)
downloadseaweedfs-7f7f6f99e67989235988ee715ea997bd234fb4d8.tar.xz
seaweedfs-7f7f6f99e67989235988ee715ea997bd234fb4d8.zip
Merge pull request #3006 from chrislusf/dependabot/go_modules/github.com/hashicorp/raft-1.3.9
Bump github.com/hashicorp/raft from 1.3.8 to 1.3.9
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 b1c34bef5..8dda235eb 100644
--- a/go.mod
+++ b/go.mod
@@ -153,7 +153,7 @@ require (
github.com/arangodb/go-driver v1.3.1
github.com/fluent/fluent-logger-golang v1.9.0
github.com/hanwen/go-fuse/v2 v2.1.0
- github.com/hashicorp/raft v1.3.8
+ github.com/hashicorp/raft v1.3.9
github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0
)