chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.32.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-12-15 02:06:23 +00:00
committed by Julien Neuhart
parent 9fba76fe5c
commit 04e596b616
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -25,9 +25,9 @@ require (
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.1
golang.org/x/net v0.47.0
golang.org/x/sync v0.18.0
golang.org/x/sync v0.19.0
golang.org/x/term v0.37.0
golang.org/x/text v0.31.0
golang.org/x/text v0.32.0
)
require (