Bump golang.org/x/text from 0.22.0 to 0.25.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.22.0 to 0.25.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.22.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-10 09:41:34 +00:00
committed by Paul van Brouwershaven
parent 1aafac7336
commit 6cbaf97a70
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -10,5 +10,5 @@ require (
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.35.0
golang.org/x/text v0.22.0
golang.org/x/text v0.25.0
)