Skip to content

Commit

Permalink
deps: update sigs.k8s.io/controller-runtime to 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed Jun 9, 2021
1 parent 505255f commit e662bac
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 100 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ go 1.16

require (
github.com/go-logr/logr v0.4.0
github.com/onsi/ginkgo v1.16.3
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
sigs.k8s.io/controller-runtime v0.8.3
sigs.k8s.io/controller-runtime v0.9.0
)

0 comments on commit e662bac

Please sign in to comment.