Skip to content

Commit

Permalink
bump controller-runtime to 0.8.0 (#49)
Browse files Browse the repository at this point in the history
bump controller-runtime version
  • Loading branch information
varshaprasad96 committed Jan 19, 2021
1 parent 5891762 commit c0ba7dc
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 58 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ go 1.15
require (
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/operator-framework/api v0.4.0
github.com/operator-framework/api v0.5.2
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.19.4
k8s.io/component-base v0.19.4 // indirect
sigs.k8s.io/controller-runtime v0.7.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
sigs.k8s.io/controller-runtime v0.8.0
)
Loading

0 comments on commit c0ba7dc

Please sign in to comment.