aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-20 11:02:08 -0800
committerGitHub <noreply@github.com>2025-01-20 11:02:08 -0800
commitf722910b78afd94e8891dc8818c311481186957b (patch)
tree1eec0c4534ccb3eb234e754e587db80eb80aff10 /go.mod
parentb9e9f21132d69ec8a2fbc9f2969cf46480b8fe4a (diff)
downloadseaweedfs-f722910b78afd94e8891dc8818c311481186957b.tar.xz
seaweedfs-f722910b78afd94e8891dc8818c311481186957b.zip
chore(deps): bump github.com/hashicorp/raft-boltdb/v2 from 2.3.0 to 2.3.1 (#6455)
chore(deps): bump github.com/hashicorp/raft-boltdb/v2 Bumps [github.com/hashicorp/raft-boltdb/v2](https://github.com/hashicorp/raft-boltdb) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/hashicorp/raft-boltdb/releases) - [Commits](https://github.com/hashicorp/raft-boltdb/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft-boltdb/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 e458c34d3..c1bb11f1f 100644
--- a/go.mod
+++ b/go.mod
@@ -139,7 +139,7 @@ require (
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50
github.com/hanwen/go-fuse/v2 v2.7.2
github.com/hashicorp/raft v1.7.2
- github.com/hashicorp/raft-boltdb/v2 v2.3.0
+ github.com/hashicorp/raft-boltdb/v2 v2.3.1
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/parquet-go/parquet-go v0.24.0
github.com/rabbitmq/amqp091-go v1.10.0