aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-21 10:59:03 -0700
committerGitHub <noreply@github.com>2024-10-21 10:59:03 -0700
commitf57b108475e4cef40bb6beff2d4821a4298cb3da (patch)
tree28df934b8b6d4d83ebc923472a850e31483df922 /go.mod
parenta8780b883107e9d7030e93f041392eb5665658f9 (diff)
downloadseaweedfs-f57b108475e4cef40bb6beff2d4821a4298cb3da.tar.xz
seaweedfs-f57b108475e4cef40bb6beff2d4821a4298cb3da.zip
chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.6.1 to 2.6.2 (#6151)
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.6.1 to 2.6.2. - [Commits](https://github.com/hanwen/go-fuse/compare/v2.6.1...v2.6.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 3589b0910..2a3c18b66 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.6.1
+ github.com/hanwen/go-fuse/v2 v2.6.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