Bump golang.org/x/text from 0.11.0 to 0.12.0

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.11.0...v0.12.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]
2023-08-07 18:36:19 +00:00
committed by Paul van Brouwershaven
parent b580690cfb
commit 2dd9b9d5cd
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -8,5 +8,5 @@ require (
github.com/digitorus/timestamp v0.0.0-20230220124323-d542479a2425
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.11.0
golang.org/x/text v0.11.0
golang.org/x/text v0.12.0
)