Skip to content

Commit b827ce3

Browse files
committed
chore: re-make go-mod following rebase
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
1 parent 3e53a22 commit b827ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/pkg/errors v0.9.1
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/pflag v1.0.5
13+
golang.org/x/oauth2 v0.18.0
1314
k8s.io/api v0.29.3
1415
k8s.io/apimachinery v0.29.3
1516
k8s.io/client-go v0.29.3
@@ -73,7 +74,6 @@ require (
7374
golang.org/x/crypto v0.23.0 // indirect
7475
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7576
golang.org/x/net v0.23.0 // indirect
76-
golang.org/x/oauth2 v0.18.0 // indirect
7777
golang.org/x/sync v0.6.0 // indirect
7878
golang.org/x/sys v0.20.0 // indirect
7979
golang.org/x/term v0.20.0 // indirect

0 commit comments

Comments
 (0)