diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-20 18:55:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 18:55:25 -0700 |
| commit | 82fbf15b711f101bff00e0776c9352c26502cbb2 (patch) | |
| tree | 3bc6a72aac8005e98f44c59a4092d2c47694de80 /test/kafka/go.mod | |
| parent | da18e3dc82fa66095da1a8218fcfb6dad2323e83 (diff) | |
| download | seaweedfs-82fbf15b711f101bff00e0776c9352c26502cbb2.tar.xz seaweedfs-82fbf15b711f101bff00e0776c9352c26502cbb2.zip | |
chore(deps): bump golang.org/x/image from 0.30.0 to 0.32.0 (#7343)
* chore(deps): bump golang.org/x/image from 0.30.0 to 0.32.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.30.0 to 0.32.0.
- [Commits](https://github.com/golang/image/compare/v0.30.0...v0.32.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod
* 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>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Diffstat (limited to 'test/kafka/go.mod')
| -rw-r--r-- | test/kafka/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kafka/go.mod b/test/kafka/go.mod index 9c969c7a0..5bc5442db 100644 --- a/test/kafka/go.mod +++ b/test/kafka/go.mod @@ -230,7 +230,7 @@ require ( go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/crypto v0.43.0 // indirect golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect - golang.org/x/image v0.30.0 // indirect + golang.org/x/image v0.32.0 // indirect golang.org/x/net v0.45.0 // indirect golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sync v0.17.0 // indirect |
