Skip to content

Commit f5b78a3

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
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)