diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-17 22:09:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 22:09:32 -0800 |
| commit | cae62db31b32163313d79f8c59c7410063c8a130 (patch) | |
| tree | 50b5af0982d3d3704cb38c093f5dcbf4b55b5b79 /test/kafka/go.mod | |
| parent | 93dd5d49c4492c64b567d8380ec4d4e8e14b7ad0 (diff) | |
| download | seaweedfs-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 'test/kafka/go.mod')
| -rw-r--r-- | test/kafka/go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/kafka/go.mod b/test/kafka/go.mod index d072a8ea5..f3f6b1bad 100644 --- a/test/kafka/go.mod +++ b/test/kafka/go.mod @@ -231,13 +231,13 @@ 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.32.0 // indirect + golang.org/x/image v0.33.0 // indirect golang.org/x/net v0.46.0 // indirect golang.org/x/oauth2 v0.30.0 // indirect - golang.org/x/sync v0.17.0 // indirect + golang.org/x/sync v0.18.0 // indirect golang.org/x/sys v0.38.0 // indirect golang.org/x/term v0.36.0 // indirect - golang.org/x/text v0.30.0 // indirect + golang.org/x/text v0.31.0 // indirect golang.org/x/time v0.12.0 // indirect google.golang.org/api v0.247.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect |
