Skip to content

Commit

Permalink
go.mod: update controller-runtime to v0.10.2
Browse files Browse the repository at this point in the history
Also update k8s deps to v1.22.2.
  • Loading branch information
marquiz committed Oct 6, 2021
1 parent 4c65abb commit 666f007
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 244 deletions.
18 changes: 9 additions & 9 deletions go.mod
Expand Up @@ -3,13 +3,13 @@ module github.com/kubernetes-sigs/node-feature-discovery-operator
go 1.16

require (
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
k8s.io/component-base v0.20.4
k8s.io/klog/v2 v2.4.0
k8s.io/kubectl v0.20.4
sigs.k8s.io/controller-runtime v0.7.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
k8s.io/component-base v0.22.2
k8s.io/klog/v2 v2.9.0
k8s.io/kubectl v0.22.2
sigs.k8s.io/controller-runtime v0.10.2
)

0 comments on commit 666f007

Please sign in to comment.