aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-26 12:51:01 -0700
committerGitHub <noreply@github.com>2025-05-26 12:51:01 -0700
commitaa5b927a18d564e27fcd44793b37a872f4745af8 (patch)
tree39110f891fea1a73cae6656a90ba6402873dc4b8 /go.mod
parent2d77c15569b3eb6c2d5d3f9f0d5681a7b5c729f3 (diff)
downloadseaweedfs-aa5b927a18d564e27fcd44793b37a872f4745af8.tar.xz
seaweedfs-aa5b927a18d564e27fcd44793b37a872f4745af8.zip
chore(deps): bump golang.org/x/image from 0.24.0 to 0.27.0 (#6817)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.27.0. - [Commits](https://github.com/golang/image/compare/v0.24.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.27.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0dbf3f24f..6bf1bd166 100644
--- a/go.mod
+++ b/go.mod
@@ -102,7 +102,7 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.41.0
golang.org/x/crypto v0.38.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
- golang.org/x/image v0.26.0
+ golang.org/x/image v0.27.0
golang.org/x/net v0.40.0
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.33.0