Bump golang.org/x/image from 0.7.0 to 0.8.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/image/compare/v0.7.0...v0.8.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-06-19 04:04:02 +00:00
committed by GitHub
parent 01d4bffd67
commit e49a7c2de7
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/seancfoley/ipaddress-go v1.5.4
github.com/shirou/gopsutil/v3 v3.23.5
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/image v0.7.0
golang.org/x/image v0.8.0
golang.org/x/sys v0.8.0
)