diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-14 08:30:03 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-14 14:02:35 +0100 |
commit | 46e17053c85e61709e2436316b4fc9461e1fcb79 (patch) | |
tree | ee07273209a775b01988c9adc1e947a0194a11f1 /go.mod | |
parent | cb6580d008b6aa337e8fef17dfcd25e89b5d2be0 (diff) | |
download | hugo-46e17053c85e61709e2436316b4fc9461e1fcb79.tar.gz hugo-46e17053c85e61709e2436316b4fc9461e1fcb79.zip |
build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/sync/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ require ( golang.org/x/image v0.21.0 golang.org/x/mod v0.21.0 golang.org/x/net v0.30.0 - golang.org/x/sync v0.8.0 + golang.org/x/sync v0.9.0 golang.org/x/text v0.19.0 golang.org/x/tools v0.26.0 google.golang.org/api v0.191.0 |