diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-24 10:27:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 10:27:25 -0700 |
| commit | 3e714a53cf695132f302b3aa39ef877336da0a74 (patch) | |
| tree | 556e8b6d8fe223617dd0add8694899cceedea7bd /go.mod | |
| parent | 5a46005ddfc678ef8ba1f6e54667fc598500d90a (diff) | |
| download | seaweedfs-3e714a53cf695132f302b3aa39ef877336da0a74.tar.xz seaweedfs-3e714a53cf695132f302b3aa39ef877336da0a74.zip | |
build(deps): bump golang.org/x/image from 0.6.0 to 0.7.0 (#4427)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/compare/v0.6.0...v0.7.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
@@ -114,7 +114,7 @@ require ( gocloud.dev/pubsub/rabbitpubsub v0.29.0 golang.org/x/crypto v0.7.0 // indirect golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874 - golang.org/x/image v0.6.0 + golang.org/x/image v0.7.0 golang.org/x/net v0.9.0 golang.org/x/oauth2 v0.6.0 // indirect golang.org/x/sys v0.7.0 |
