We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b86bd commit 002b06cCopy full SHA for 002b06c
go.mod
@@ -170,7 +170,7 @@ require (
170
171
replace (
172
// https://github.com/golang/go/issues/33546#issuecomment-519656923
173
- github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
+ github.com/go-check/check => github.com/go-check/check v0.0.0-20201130134442-10cb98267c6c
174
175
k8s.io/api => k8s.io/api v0.29.6
176
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.29.6
0 commit comments