Skip to content

Commit b64f4b3

Browse files
committed
Remove tool dependencies that are installed at runtime from root module
1 parent 2fd7b5c commit b64f4b3

File tree

3 files changed

+1
-116
lines changed

3 files changed

+1
-116
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/ghodss/yaml v1.0.0
99
github.com/go-bindata/go-bindata/v3 v3.1.3
1010
github.com/google/cel-go v0.9.0
11-
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
11+
github.com/google/go-cmp v0.5.6 // indirect
1212
github.com/sirupsen/logrus v1.8.1
1313
github.com/spf13/cobra v1.2.1
1414
github.com/stretchr/testify v1.7.0
@@ -18,5 +18,4 @@ require (
1818
k8s.io/apimachinery v0.22.1
1919
k8s.io/client-go v0.22.1
2020
sigs.k8s.io/controller-runtime v0.10.0
21-
sigs.k8s.io/controller-tools v0.6.2
2221
)

0 commit comments

Comments
 (0)