Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Put k8s package dependencies back to 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jul 22, 2020
1 parent 56a9d9a commit 612ef1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ require (
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/oleiade/reflections.v1 v1.0.0
gopkg.in/src-d/go-git.v4 v4.13.1
k8s.io/api v0.19.0-alpha.1
k8s.io/apimachinery v0.19.0-alpha.1
k8s.io/client-go v0.19.0-alpha.1
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
k8s.io/client-go v0.18.5
k8s.io/cluster-bootstrap v0.18.5
k8s.io/kube-proxy v0.0.0
k8s.io/kubectl v0.18.5
Expand Down

0 comments on commit 612ef1d

Please sign in to comment.