fix(deps): update module golang.org/x/image to v0.30.0 (#93)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-07 21:44:51 +00:00
committed by GitHub
parent fbc1ec7d75
commit 38b9d4f1bd
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/thediveo/enumflag/v2 v2.0.7
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
golang.org/x/image v0.29.0
golang.org/x/image v0.30.0
)
require (
@@ -58,6 +58,6 @@ require (
go.uber.org/multierr v1.9.0 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.27.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)