Skip to content

Commit

Permalink
stick to k8s libs v0.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Shevchenko committed May 19, 2021
1 parent 69c5ede commit b80f168
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.20.7
k8s.io/apiextensions-apiserver v0.20.7
k8s.io/apimachinery v0.20.7
k8s.io/client-go v0.20.7
k8s.io/api v0.19.11
k8s.io/apiextensions-apiserver v0.19.11
k8s.io/apimachinery v0.19.11
k8s.io/client-go v0.19.11
k8s.io/klog v1.0.0
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit b80f168

Please sign in to comment.