diff options
| author | chrislusf <chris.lu@gmail.com> | 2025-06-22 21:30:45 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2025-06-22 21:30:45 -0700 |
| commit | b9d0efd53e51c4b714a147d5ad794543e5f88ee4 (patch) | |
| tree | fd043697afe694f3303610543253c54d76d58326 /go.mod | |
| parent | dad1962f8cf8307873ad4e8aeba032fb35e45e14 (diff) | |
| download | seaweedfs-csi-driver-v1.2.9.tar.xz seaweedfs-csi-driver-v1.2.9.zip | |
sync with 3.92v1.2.9
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,13 +6,13 @@ toolchain go1.24.4 require ( github.com/container-storage-interface/spec v1.11.0 - golang.org/x/net v0.40.0 - google.golang.org/grpc v1.72.1 + golang.org/x/net v0.41.0 + google.golang.org/grpc v1.73.0 k8s.io/client-go v0.32.0 ) require ( - github.com/seaweedfs/seaweedfs v0.0.0-20250616033004-f894e7b7a500 + github.com/seaweedfs/seaweedfs v0.0.0-20250621003017-5a7d226d9320 k8s.io/apimachinery v0.32.0 k8s.io/mount-utils v0.32.0 ) @@ -65,12 +65,12 @@ require ( github.com/x448/float16 v0.8.4 // indirect github.com/zeebo/errs v1.4.0 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/crypto v0.38.0 // indirect + golang.org/x/crypto v0.39.0 // indirect golang.org/x/image v0.27.0 // indirect golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/term v0.32.0 // indirect - golang.org/x/text v0.25.0 // indirect + golang.org/x/text v0.26.0 // indirect golang.org/x/time v0.11.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9 // indirect |
