Bump the all-go-deps group with 2 updates

Bumps the all-go-deps group with 2 updates: [golang.org/x/image](https://github.com/golang/image) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `golang.org/x/image` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/image/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.24.0 to 0.25.0
- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-09 03:28:56 +00:00
committed by GitHub
parent 8bee1b25ef
commit 1da2d6de05
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -15,8 +15,8 @@ require (
github.com/shirou/gopsutil/v3 v3.24.5
github.com/zeebo/xxh3 v1.0.2
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/image v0.19.0
golang.org/x/sys v0.24.0
golang.org/x/image v0.20.0
golang.org/x/sys v0.25.0
howett.net/plist v1.0.1
)