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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-12 18:35:03 +00:00
committed by GitHub
parent 03479c8772
commit 38c8f2a9cb
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/stretchr/testify v1.11.1
github.com/thediveo/enumflag/v2 v2.1.0
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
golang.org/x/image v0.34.0
golang.org/x/image v0.35.0
)
require (
@@ -52,6 +52,6 @@ require (
go.yaml.in/yaml/v3 v3.0.4 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)