Skip to content

Commit

Permalink
Pin k8s modules to v0.19.0
Browse files Browse the repository at this point in the history
...per kubernetes/client-go#741 (comment)
to get around build errors
  • Loading branch information
2uasimojo committed Jan 27, 2021
1 parent c19cd5b commit cce7732
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ go 1.15
require (
github.com/openshift/api v0.0.0-20200521101457-60c476765272
github.com/openshift/client-go v0.0.0-00010101000000-000000000000
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.18.3
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
)

replace (
Expand Down
Loading

0 comments on commit cce7732

Please sign in to comment.