Skip to content

Commit

Permalink
Upgrade to controller runtime 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
  • Loading branch information
stijndehaes committed Jan 14, 2021
1 parent 7df0cff commit e0beabd
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 127 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/open-policy-agent/cert-controller
go 1.14

require (
github.com/onsi/gomega v1.10.1
github.com/onsi/gomega v1.10.2
github.com/pkg/errors v0.9.1
go.uber.org/atomic v1.4.0
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
sigs.k8s.io/controller-runtime v0.6.3
go.uber.org/atomic v1.6.0
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
sigs.k8s.io/controller-runtime v0.7.0
)
Loading

0 comments on commit e0beabd

Please sign in to comment.