Skip to content

Commit 44b9425

Browse files
committed
go.mod: Update after running tidy
Update was suggester by "go fmt". Signed-off-by: Jose Blanquicet <josebl@microsoft.com>
1 parent fddd7d2 commit 44b9425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/spf13/cobra v1.7.0
1212
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
1313
github.com/yuin/goldmark v1.5.4
14+
golang.org/x/sys v0.8.0
1415
gopkg.in/ini.v1 v1.67.0
1516
k8s.io/api v0.27.1
1617
k8s.io/apimachinery v0.27.1
@@ -54,7 +55,6 @@ require (
5455
golang.org/x/crypto v0.6.0 // indirect
5556
golang.org/x/net v0.8.0 // indirect
5657
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
57-
golang.org/x/sys v0.8.0 // indirect
5858
golang.org/x/term v0.6.0 // indirect
5959
golang.org/x/text v0.8.0 // indirect
6060
golang.org/x/time v0.3.0 // indirect

0 commit comments

Comments
 (0)