aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 15:25:12 +0000
committerGitHub <noreply@github.com>2022-05-02 15:25:12 +0000
commit71ea8646a6c176eebd9a1f110f8201f394371f38 (patch)
treec8d75ac4df02449b18d37d1b62de283e4aad688e /go.mod
parent73961e24d8b311b938dfb692f93e172866813487 (diff)
downloadseaweedfs-71ea8646a6c176eebd9a1f110f8201f394371f38.tar.xz
seaweedfs-71ea8646a6c176eebd9a1f110f8201f394371f38.zip
Bump github.com/hashicorp/raft from 1.3.8 to 1.3.9
Bumps [github.com/hashicorp/raft](https://github.com/hashicorp/raft) from 1.3.8 to 1.3.9. - [Release notes](https://github.com/hashicorp/raft/releases) - [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/raft/compare/v1.3.8...v1.3.9) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 bdebd73a8..2dd52bd80 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
)