aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-17 22:09:32 -0800
committerGitHub <noreply@github.com>2025-11-17 22:09:32 -0800
commitcae62db31b32163313d79f8c59c7410063c8a130 (patch)
tree50b5af0982d3d3704cb38c093f5dcbf4b55b5b79 /go.mod
parent93dd5d49c4492c64b567d8380ec4d4e8e14b7ad0 (diff)
downloadseaweedfs-cae62db31b32163313d79f8c59c7410063c8a130.tar.xz
seaweedfs-cae62db31b32163313d79f8c59c7410063c8a130.zip
chore(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 (#7497)
* chore(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 Bumps [golang.org/x/image](https://github.com/golang/image) from 0.32.0 to 0.33.0. - [Commits](https://github.com/golang/image/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 7cde18e70..0c64081ff 100644
--- a/go.mod
+++ b/go.mod
@@ -98,12 +98,12 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.43.0
golang.org/x/crypto v0.43.0
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50
- golang.org/x/image v0.32.0
+ golang.org/x/image v0.33.0
golang.org/x/net v0.46.0
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.38.0
- golang.org/x/text v0.30.0 // indirect
- golang.org/x/tools v0.37.0 // indirect
+ golang.org/x/text v0.31.0 // indirect
+ golang.org/x/tools v0.38.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/api v0.247.0
google.golang.org/genproto v0.0.0-20250715232539-7130f93afb79 // indirect
@@ -161,7 +161,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.113.5
go.etcd.io/etcd/client/pkg/v3 v3.6.6
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.17.0
+ golang.org/x/sync v0.18.0
golang.org/x/tools/godoc v0.1.0-deprecated
google.golang.org/grpc/security/advancedtls v1.0.0
)
@@ -220,7 +220,7 @@ require (
go.uber.org/mock v0.5.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
- golang.org/x/mod v0.28.0 // indirect
+ golang.org/x/mod v0.29.0 // indirect
gonum.org/v1/gonum v0.16.0 // indirect
)