Bump golang.org/x/image from 0.8.0 to 0.9.0 (#2430)

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/image/compare/v0.8.0...v0.9.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>
This commit is contained in:
dependabot[bot] 2023-07-05 16:34:58 -04:00 committed by GitHub
parent c7fe311c7f
commit 7d0a1916d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -43,9 +43,9 @@ require (
github.com/unrolled/secure v1.13.0
github.com/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
golang.org/x/image v0.8.0
golang.org/x/image v0.9.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.10.0
golang.org/x/text v0.11.0
golang.org/x/tools v0.10.0
gopkg.in/yaml.v3 v3.0.1
)