Skip to content

Commit 167f599

Browse files
committed
go mod tidy
1 parent 8709ebe commit 167f599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ require (
1919
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
2020
golang.org/x/mod v0.14.0
2121
golang.org/x/net v0.19.0
22+
golang.org/x/text v0.14.0
2223
golang.org/x/vuln v1.0.1
2324
gopkg.in/ini.v1 v1.67.0
2425
k8s.io/api v0.28.4
@@ -119,7 +120,6 @@ require (
119120
golang.org/x/sync v0.4.0 // indirect
120121
golang.org/x/sys v0.15.0 // indirect
121122
golang.org/x/term v0.15.0 // indirect
122-
golang.org/x/text v0.14.0 // indirect
123123
golang.org/x/time v0.3.0 // indirect
124124
golang.org/x/tools v0.14.0 // indirect
125125
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

0 commit comments

Comments
 (0)