build(deps): bump golang.org/x/image from 0.15.0 to 0.18.0 (#3335)

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-29 20:26:47 +02:00
committed by GitHub
parent c3465f9913
commit 30a8ddf113
2 changed files with 8 additions and 8 deletions

4
go.mod
View File

@@ -25,8 +25,8 @@ require (
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go.etcd.io/bbolt v1.3.9
golang.org/x/crypto v0.21.0
golang.org/x/image v0.15.0
golang.org/x/text v0.14.0
golang.org/x/image v0.18.0
golang.org/x/text v0.16.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v2 v2.4.0
)