Skip to content

Commit 66635e2

Browse files
Remove replace in go.mod
1 parent 8527d32 commit 66635e2

File tree

3 files changed

+155
-107
lines changed

3 files changed

+155
-107
lines changed

go.mod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ require (
3131
k8s.io/apimachinery v0.26.0-rc.0 // indirect
3232
k8s.io/component-base v0.26.0-rc.0 // indirect
3333
)
34-
35-
replace k8s.io/api => k8s.io/api v0.26.0-rc.0
36-
37-
replace k8s.io/apimachinery => k8s.io/apimachinery v0.26.0-rc.0
38-
39-
replace k8s.io/client-go => k8s.io/client-go v0.26.0-rc.0
40-
41-
replace k8s.io/component-base => k8s.io/component-base v0.26.0-rc.0

0 commit comments

Comments
 (0)