aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-04-25 08:29:59 -0700
committerGitHub <noreply@github.com>2022-04-25 08:29:59 -0700
commit3bce568c32f78a5bf12f0a31995d4098ca97fc6b (patch)
treee6487d7a0e3c111524c0d24b9d18e2135d3692f3 /go.mod
parent42cc8d8aa35ab886ff85cbcc2d26e4297ddeda17 (diff)
parente2369784728a28c3943c3c911b3b41127bee1978 (diff)
downloadseaweedfs-3bce568c32f78a5bf12f0a31995d4098ca97fc6b.tar.xz
seaweedfs-3bce568c32f78a5bf12f0a31995d4098ca97fc6b.zip
Merge pull request #2969 from chrislusf/dependabot/go_modules/github.com/hashicorp/raft-1.3.8
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 66e4fcb83..bdebd73a8 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.7
+ github.com/hashicorp/raft v1.3.8
github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0
)