mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Bump golang.org/x/text to v0.3.8
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
This commit is contained in:
4
go.mod
4
go.mod
@@ -234,7 +234,7 @@ require (
|
||||
go.uber.org/atomic v1.7.0 // indirect
|
||||
go.uber.org/multierr v1.6.0 // indirect
|
||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
golang.org/x/text v0.3.8 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
||||
@@ -498,7 +498,7 @@ replace (
|
||||
golang.org/x/sync => golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
||||
golang.org/x/term => golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
||||
golang.org/x/text => golang.org/x/text v0.3.7
|
||||
golang.org/x/text => golang.org/x/text v0.3.8
|
||||
golang.org/x/time => golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
||||
golang.org/x/tools => golang.org/x/tools v0.1.12
|
||||
golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
||||
|
Reference in New Issue
Block a user