build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.25.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-30 08:45:47 +00:00
committed by Bjørn Erik Pedersen
parent 302e6a726b
commit 0df9f3510f
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -77,8 +77,8 @@ require (
golang.org/x/image v0.26.0
golang.org/x/mod v0.24.0
golang.org/x/net v0.39.0
golang.org/x/sync v0.13.0
golang.org/x/text v0.24.0
golang.org/x/sync v0.14.0
golang.org/x/text v0.25.0
golang.org/x/tools v0.32.0
google.golang.org/api v0.221.0
gopkg.in/yaml.v2 v2.4.0