Skip to content

Commit

Permalink
Merge pull request #17 from jstrachan/changes
Browse files Browse the repository at this point in the history
fix: rollback k8s upgrade
  • Loading branch information
jenkins-x-bot-test authored Jan 13, 2021
2 parents 0885b39 + 100f1ae commit a3b14fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 195 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ require (
github.com/jenkins-x/jx-helpers/v3 v3.0.55
github.com/jenkins-x/jx-kube-client/v3 v3.0.1
github.com/jenkins-x/jx-logging/v3 v3.0.2
github.com/jenkins-x/jx-secret v0.0.205 // indirect
github.com/jenkins-x/jx-secret v0.0.206 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.2
k8s.io/kubernetes v1.14.7
sigs.k8s.io/yaml v1.2.0
)
Expand Down
Loading

0 comments on commit a3b14fd

Please sign in to comment.