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 7255aed commit 3765885Copy full SHA for 3765885
go.mod
@@ -96,7 +96,7 @@ require (
96
97
replace (
98
// https://github.com/golang/go/issues/33546#issuecomment-519656923
99
- 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 10cb98267c6c
100
101
k8s.io/api => k8s.io/api v0.29.6
102
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.29.6
0 commit comments