Bump golang.org/x/text from 0.3.7 to 0.3.8 (#24125)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Hanzo Dev <dev@hanzo.ai>
Co-authored-by: vminkobin <111349298+vminkobin@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-24 14:22:11 +07:00
committed by GitHub
co-authored by Hanzo Dev vminkobin
parent 5daf690e2e
commit 9e4e3ec242
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)