aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-04-14 09:48:06 -0700
committerGitHub <noreply@github.com>2022-04-14 09:48:06 -0700
commitcae53cb238c88847d99e86194aa0455538dd66d4 (patch)
tree91ee5b891f6c458fcf042da5a50330c53b47fe45 /go.mod
parent7a02fab28932d40b78278d3d66d6fbf84d6dfeb6 (diff)
parent9464f3b18cf1818ae48d1e3eedfc75692b40127b (diff)
downloadseaweedfs-cae53cb238c88847d99e86194aa0455538dd66d4.tar.xz
seaweedfs-cae53cb238c88847d99e86194aa0455538dd66d4.zip
Merge pull request #2917 from chrislusf/dependabot/go_modules/github.com/hashicorp/raft-1.3.7
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 cd08f4275..c935b4931 100644
--- a/go.mod
+++ b/go.mod
@@ -151,7 +151,7 @@ require (
github.com/Jille/raft-grpc-transport v1.2.0
github.com/fluent/fluent-logger-golang v1.9.0
github.com/hanwen/go-fuse/v2 v2.1.0
- github.com/hashicorp/raft v1.3.6
+ github.com/hashicorp/raft v1.3.7
github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0
)