build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  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]
2022-12-05 08:01:33 +00:00
committed by Bjørn Erik Pedersen
parent 0bfa293dcd
commit 8bbec426cd
2 changed files with 3 additions and 6 deletions

2
go.mod
View File

@@ -63,7 +63,7 @@ require (
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.2.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.4.0
golang.org/x/text v0.5.0
golang.org/x/tools v0.3.0
google.golang.org/api v0.76.0
gopkg.in/yaml.v2 v2.4.0