diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-10 08:51:24 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-12-12 09:25:40 +0100 |
commit | 947e4e66b504f28f2eb5974452a87c688d73c92b (patch) | |
tree | 8d21e257363dd4b86e6a0288710b79adca3a12f1 /go.mod | |
parent | 989b299b55d3fb48f8447ea69e85e26ee9dc7795 (diff) | |
download | hugo-947e4e66b504f28f2eb5974452a87c688d73c92b.tar.gz hugo-947e4e66b504f28f2eb5974452a87c688d73c92b.zip |
build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
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
@@ -80,7 +80,7 @@ require ( golang.org/x/net v0.32.0 golang.org/x/sync v0.10.0 golang.org/x/text v0.21.0 - golang.org/x/tools v0.27.0 + golang.org/x/tools v0.28.0 google.golang.org/api v0.206.0 gopkg.in/yaml.v2 v2.4.0 ) |