Skip to content

Commit

Permalink
Merge pull request #24 from annismckenzie/bump-k8s-io-dependencies
Browse files Browse the repository at this point in the history
Bump k8s.io dependencies (api, apimachinery, client-go) to v0.20.1
  • Loading branch information
annismckenzie authored Jan 11, 2021
2 parents 3b88865 + 3e4ca9d commit 996f6df
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 8 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ go 1.15
require (
github.com/go-logr/logr v0.3.0
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
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
)
Loading

0 comments on commit 996f6df

Please sign in to comment.