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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-09-08 18:52:47 +00:00
committed by GitHub
parent bda3cc5680
commit 395893a2e9
2 changed files with 14 additions and 6 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
module github.com/belphemur/CBZOptimizer/v2
go 1.26
go 1.26.0
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
@@ -13,7 +13,7 @@ require (
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.12.1
github.com/thediveo/enumflag/v2 v2.2.1
golang.org/x/image v0.45.0
golang.org/x/image v0.46.0
)
require (
@@ -48,9 +48,9 @@ require (
github.com/ulikunitz/xz v0.5.15 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.48.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sys v0.48.0 // indirect
golang.org/x/text v0.42.0 // indirect
golang.org/x/tools v0.49.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)