fix: add new static linter and fix issues it found (#7655)
* fix: add new static linter and fix issues it found Signed-off-by:Matt Butcher <matt.butcher@microsoft.com> * fixed two additional linter errors. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
Showing
+10 -10
... | @@ -29,6 +29,7 @@ require ( | ... | @@ -29,6 +29,7 @@ require ( |
github.com/stretchr/testify v1.4.0 | github.com/stretchr/testify v1.4.0 | ||
github.com/xeipuuv/gojsonschema v1.1.0 | github.com/xeipuuv/gojsonschema v1.1.0 | ||
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d | golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d | ||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect | |||
k8s.io/api v0.17.3 | k8s.io/api v0.17.3 | ||
k8s.io/apiextensions-apiserver v0.17.3 | k8s.io/apiextensions-apiserver v0.17.3 | ||
k8s.io/apimachinery v0.17.3 | k8s.io/apimachinery v0.17.3 | ||
... | ... |
Please register or sign in to comment