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 2fd7b5c commit b64f4b3Copy full SHA for b64f4b3
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/ghodss/yaml v1.0.0
9
github.com/go-bindata/go-bindata/v3 v3.1.3
10
github.com/google/cel-go v0.9.0
11
- github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
+ github.com/google/go-cmp v0.5.6 // indirect
12
github.com/sirupsen/logrus v1.8.1
13
github.com/spf13/cobra v1.2.1
14
github.com/stretchr/testify v1.7.0
@@ -18,5 +18,4 @@ require (
18
k8s.io/apimachinery v0.22.1
19
k8s.io/client-go v0.22.1
20
sigs.k8s.io/controller-runtime v0.10.0
21
- sigs.k8s.io/controller-tools v0.6.2
22
)
0 commit comments