vendor: golang.org/x/text v0.6.0

no changes in vendored code

full diff: https://github.com/golang/text/compare/v0.5.0...v0.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-01-23 11:48:03 +01:00
parent caf8b152c6
commit ae43eb0e04
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/sys v0.4.0
golang.org/x/term v0.3.0
golang.org/x/text v0.5.0
golang.org/x/text v0.6.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.4.0
)