diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-19 09:55:58 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-09-27 11:07:23 +0200 |
commit | 578442f8923d624f2937d0c09acb1a6f93d5bba5 (patch) | |
tree | 1f1775eed504493bca3535636d2ebcacf5f8c8b0 /go.mod | |
parent | 0d390d7eb8daa95d1e1ec2d97fea24d9e6740ee2 (diff) | |
download | hugo-578442f8923d624f2937d0c09acb1a6f93d5bba5.tar.gz hugo-578442f8923d624f2937d0c09acb1a6f93d5bba5.zip |
build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/image/compare/v0.19.0...v0.20.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,11 +75,11 @@ require ( go.uber.org/automaxprocs v1.5.3 gocloud.dev v0.39.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 - golang.org/x/image v0.19.0 + golang.org/x/image v0.20.0 golang.org/x/mod v0.19.0 golang.org/x/net v0.28.0 golang.org/x/sync v0.8.0 - golang.org/x/text v0.17.0 + golang.org/x/text v0.18.0 golang.org/x/tools v0.23.0 google.golang.org/api v0.191.0 gopkg.in/yaml.v2 v2.4.0 |