Bump golang.org/x/image from 0.10.0 to 0.11.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.11.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>
This commit is contained in:
dependabot[bot]
2023-08-07 03:14:38 +00:00
committed by GitHub
parent b34a479080
commit 1e202631ec
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/shirou/gopsutil/v3 v3.23.7
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/image v0.10.0
golang.org/x/image v0.11.0
golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
howett.net/plist v1.0.0