aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-16 10:45:40 -0700
committerGitHub <noreply@github.com>2025-06-16 10:45:40 -0700
commitd6de561650e4f672461ca2417c5fd20fc9683fe5 (patch)
tree03d21624118654be66927ed25bf941450602a650 /go.mod
parent0cd3483158804e8de55cea6cecda4f4005c02c76 (diff)
downloadseaweedfs-d6de561650e4f672461ca2417c5fd20fc9683fe5.tar.xz
seaweedfs-d6de561650e4f672461ca2417c5fd20fc9683fe5.zip
chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#6877)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.40.0 to 0.41.0. - [Commits](https://github.com/golang/net/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b9b8d8689..7b8745c6c 100644
--- a/go.mod
+++ b/go.mod
@@ -100,13 +100,13 @@ require (
gocloud.dev v0.41.0
gocloud.dev/pubsub/natspubsub v0.41.0
gocloud.dev/pubsub/rabbitpubsub v0.41.0
- golang.org/x/crypto v0.38.0
+ golang.org/x/crypto v0.39.0
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
golang.org/x/image v0.27.0
- golang.org/x/net v0.40.0
+ golang.org/x/net v0.41.0
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.33.0
- golang.org/x/text v0.25.0 // indirect
+ golang.org/x/text v0.26.0 // indirect
golang.org/x/tools v0.33.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/api v0.234.0
@@ -153,7 +153,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.110.1
go.etcd.io/etcd/client/pkg/v3 v3.6.1
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.14.0
+ golang.org/x/sync v0.15.0
google.golang.org/grpc/security/advancedtls v1.0.0
)