We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddd7d2 commit 44b9425Copy full SHA for 44b9425
1 file changed
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/spf13/cobra v1.7.0
12
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
13
github.com/yuin/goldmark v1.5.4
14
+ golang.org/x/sys v0.8.0
15
gopkg.in/ini.v1 v1.67.0
16
k8s.io/api v0.27.1
17
k8s.io/apimachinery v0.27.1
@@ -54,7 +55,6 @@ require (
54
55
golang.org/x/crypto v0.6.0 // indirect
56
golang.org/x/net v0.8.0 // indirect
57
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
- golang.org/x/sys v0.8.0 // indirect
58
golang.org/x/term v0.6.0 // indirect
59
golang.org/x/text v0.8.0 // indirect
60
golang.org/x/time v0.3.0 // indirect
0 commit comments