From b9d0efd53e51c4b714a147d5ad794543e5f88ee4 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 22 Jun 2025 21:30:45 -0700 Subject: sync with 3.92 --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 43b2fe9..23eced2 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.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 -- cgit v1.2.3