Merge pull request #9189 from mattfarina/k8s-0.20.1
Signed-off-by:
Matt Farina <matt@mattfarina.com>
Showing
+24 -6
... | @@ -36,13 +36,13 @@ require ( | ... | @@ -36,13 +36,13 @@ require ( |
github.com/stretchr/testify v1.6.1 | github.com/stretchr/testify v1.6.1 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | github.com/xeipuuv/gojsonschema v1.2.0 | ||
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 | golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 | ||
k8s.io/api v0.20.0 | k8s.io/api v0.20.1 | ||
k8s.io/apiextensions-apiserver v0.20.0 | k8s.io/apiextensions-apiserver v0.20.1 | ||
k8s.io/apimachinery v0.20.0 | k8s.io/apimachinery v0.20.1 | ||
k8s.io/cli-runtime v0.20.0 | k8s.io/cli-runtime v0.20.1 | ||
k8s.io/client-go v0.20.0 | k8s.io/client-go v0.20.1 | ||
k8s.io/klog/v2 v2.4.0 | k8s.io/klog/v2 v2.4.0 | ||
k8s.io/kubectl v0.20.0 | k8s.io/kubectl v0.20.1 | ||
sigs.k8s.io/yaml v1.2.0 | sigs.k8s.io/yaml v1.2.0 | ||
) | ) | ||
... | ... |
Please register or sign in to comment