fix(deps): update module golang.org/x/image to v0.20.0

This commit is contained in:
renovate[bot]
2024-09-04 19:30:08 +00:00
committed by GitHub
parent 5357ece2b7
commit 278ee130e3
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/thediveo/enumflag/v2 v2.0.5
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/image v0.19.0
golang.org/x/image v0.20.0
)
require (
@@ -43,7 +43,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)