1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/image/compare/v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-05 22:58:35 +00:00 committed by Frédéric Guillot
parent 5284d61fe3
commit cdadb87203
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -13,7 +13,7 @@ require (
github.com/prometheus/client_golang v1.22.0
github.com/tdewolff/minify/v2 v2.23.3
golang.org/x/crypto v0.37.0
golang.org/x/image v0.26.0
golang.org/x/image v0.27.0
golang.org/x/net v0.39.0
golang.org/x/oauth2 v0.29.0
golang.org/x/term v0.31.0
@ -40,7 +40,7 @@ require (
github.com/tdewolff/parse/v2 v2.7.23 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/text v0.25.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)