Skip to content

Commit 4bb9113

Browse files
committed
fixup! remove unneeded code copied from CAPI
1 parent 57889d9 commit 4bb9113

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
@@ -45,7 +45,6 @@ require (
4545
gopkg.in/yaml.v3 v3.0.1
4646
k8s.io/api v0.29.3
4747
k8s.io/apimachinery v0.29.3
48-
k8s.io/apiserver v0.29.3
4948
k8s.io/client-go v0.29.3
5049
k8s.io/cluster-bootstrap v0.29.3
5150
k8s.io/component-base v0.29.3
@@ -68,6 +67,7 @@ require (
6867
github.com/gorilla/websocket v1.5.0 // indirect
6968
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
7069
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
70+
k8s.io/apiserver v0.29.3 // indirect
7171
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.2 // indirect
7272
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.1 // indirect
7373
)

0 commit comments

Comments
 (0)