Bump golang.org/x/text from 0.3.6 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-23 07:30:17 +00:00
committed by GitHub
parent 5a3600bd62
commit ba2b0568b2
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -25,6 +25,6 @@ require (
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)