Skip to content

Commit

Permalink
Upgrade k8s.io dependencies: controller-runtime & client libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
annismckenzie committed Jan 16, 2021
1 parent 64887d2 commit 49ff3b6
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 120 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.4
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
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.7.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.0
)
Loading

0 comments on commit 49ff3b6

Please sign in to comment.