aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2025-11-02 22:18:01 -0800
committerchrislusf <chris.lu@gmail.com>2025-11-02 22:18:01 -0800
commita6742a3ec78ac67f4371d59e4ecd3d15878b940a (patch)
treecdc78b67a379fddd81aabf282aea9631ce847704 /go.mod
parente910c8945015df7756a2c78800d85cf27d9794fd (diff)
downloadseaweedfs-csi-driver-a6742a3ec78ac67f4371d59e4ecd3d15878b940a.tar.xz
seaweedfs-csi-driver-a6742a3ec78ac67f4371d59e4ecd3d15878b940a.zip
sync with seaweedfs 4.00v1.3.3
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 9180881..4733b64 100644
--- a/go.mod
+++ b/go.mod
@@ -6,13 +6,13 @@ toolchain go1.24.4
require (
github.com/container-storage-interface/spec v1.11.0
- golang.org/x/net v0.45.0
+ golang.org/x/net v0.46.0
google.golang.org/grpc v1.75.1
k8s.io/client-go v0.32.0
)
require (
- github.com/seaweedfs/seaweedfs v0.0.0-20251021193840-aed91baa2ec2
+ github.com/seaweedfs/seaweedfs v0.0.0-20251102165437-1668c1042b5c
k8s.io/apimachinery v0.32.0
k8s.io/mount-utils v0.32.0
)
@@ -51,7 +51,7 @@ require (
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
- github.com/prometheus/procfs v0.17.0 // indirect
+ github.com/prometheus/procfs v0.19.1 // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/seaweedfs/goexif v1.0.3 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect