diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 10:05:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 10:05:12 -0700 |
| commit | 25a7e18d3b4bcf504e844542c27ff07419b5aa89 (patch) | |
| tree | 2b371a8bbc2096249d7271faac2585a6bf461ae6 /go.mod | |
| parent | fe3776c9dfefaa18fc82b70cb7a282822e015490 (diff) | |
| download | seaweedfs-25a7e18d3b4bcf504e844542c27ff07419b5aa89.tar.xz seaweedfs-25a7e18d3b4bcf504e844542c27ff07419b5aa89.zip | |
chore(deps): bump golang.org/x/image from 0.15.0 to 0.16.0 (#5585)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.16.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ require ( gocloud.dev/pubsub/rabbitpubsub v0.37.0 golang.org/x/crypto v0.23.0 // indirect golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 - golang.org/x/image v0.15.0 + golang.org/x/image v0.16.0 golang.org/x/net v0.25.0 golang.org/x/oauth2 v0.19.0 // indirect golang.org/x/sys v0.20.0 |
