aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-09 08:46:00 -0800
committerGitHub <noreply@github.com>2024-12-09 08:46:00 -0800
commite438fdc16c1fee71e1ffa365abb2d2309a629fd2 (patch)
tree15ba9e7637121a5639c019c6d9649456af2dee2b /go.mod
parent3680bbac562824351451e26bd35835c24bc536ea (diff)
downloadseaweedfs-e438fdc16c1fee71e1ffa365abb2d2309a629fd2.tar.xz
seaweedfs-e438fdc16c1fee71e1ffa365abb2d2309a629fd2.zip
chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.7.1 to 2.7.2 (#6331)
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.7.1 to 2.7.2. - [Commits](https://github.com/hanwen/go-fuse/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: github.com/hanwen/go-fuse/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 5bed233e8..7d3e41d11 100644
--- a/go.mod
+++ b/go.mod
@@ -137,7 +137,7 @@ require (
github.com/getsentry/sentry-go v0.29.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50
- github.com/hanwen/go-fuse/v2 v2.7.1
+ github.com/hanwen/go-fuse/v2 v2.7.2
github.com/hashicorp/raft v1.7.1
github.com/hashicorp/raft-boltdb/v2 v2.3.0
github.com/orcaman/concurrent-map/v2 v2.0.1