aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-23 10:44:01 -0700
committerGitHub <noreply@github.com>2025-06-23 10:44:01 -0700
commit7f1f8264683c9dcbe7d2ac92aa9fbb382f7e7026 (patch)
tree24d5d6a2e17728976704910f05caa316a3b08260 /go.mod
parent47b9db0215667c26c16506c1952c19e781f7d5b5 (diff)
downloadseaweedfs-7f1f8264683c9dcbe7d2ac92aa9fbb382f7e7026.tar.xz
seaweedfs-7f1f8264683c9dcbe7d2ac92aa9fbb382f7e7026.zip
chore(deps): bump github.com/minio/crc64nvme from 1.0.1 to 1.0.2 (#6908)
Bumps [github.com/minio/crc64nvme](https://github.com/minio/crc64nvme) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/minio/crc64nvme/releases) - [Commits](https://github.com/minio/crc64nvme/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/minio/crc64nvme dependency-version: 1.0.2 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 370efe96e..25e035834 100644
--- a/go.mod
+++ b/go.mod
@@ -137,7 +137,7 @@ require (
github.com/hanwen/go-fuse/v2 v2.8.0
github.com/hashicorp/raft v1.7.3
github.com/hashicorp/raft-boltdb/v2 v2.3.1
- github.com/minio/crc64nvme v1.0.1
+ github.com/minio/crc64nvme v1.0.2
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/parquet-go/parquet-go v0.25.1
github.com/pkg/sftp v1.13.7