Skip to content

Commit

Permalink
chore: upgrade go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jan 13, 2021
1 parent 119ccee commit d78d857
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 5 deletions.
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ require (
github.com/Comcast/kuberhealthy/v2 v2.2.1-0.20201008180926-54448ab4f4c8
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/cpuguy83/go-md2man v1.0.10
github.com/jenkins-x/jx-helpers/v3 v3.0.6
github.com/huandu/xstrings v1.3.2 // indirect
github.com/jenkins-x/go-scm v1.5.208 // indirect
github.com/jenkins-x/jx-api/v3 v3.0.3 // indirect
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/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
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.19.3
k8s.io/apimachinery v0.19.3
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
k8s.io/kubernetes v1.14.7
sigs.k8s.io/yaml v1.2.0
)
Expand Down
Loading

0 comments on commit d78d857

Please sign in to comment.