Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jul 6, 2021
1 parent 7f3b478 commit e9ee013
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 147 deletions.
16 changes: 7 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ require (
github.com/cpuguy83/go-md2man v1.0.10
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/vault/api v1.0.5-0.20190909201928-35325e2c3262 // indirect
github.com/jenkins-x-plugins/jx-gitops v0.2.107
github.com/jenkins-x/go-scm v1.10.1
github.com/jenkins-x-plugins/jx-gitops v0.2.111
github.com/jenkins-x/go-scm v1.10.5
github.com/jenkins-x/jx-api/v4 v4.0.33
github.com/jenkins-x/jx-helpers/v3 v3.0.119
github.com/jenkins-x/jx-helpers/v3 v3.0.123
github.com/jenkins-x/jx-logging/v3 v3.0.6
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/pkg/errors v0.9.1
github.com/roboll/helmfile v0.139.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.2.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
gopkg.in/ini.v1 v1.56.0 // indirect
helm.sh/helm/v3 v3.5.4
k8s.io/api v0.20.8
k8s.io/apimachinery v0.20.8
helm.sh/helm/v3 v3.6.2
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
sigs.k8s.io/yaml v1.2.0
)
Expand Down
Loading

0 comments on commit e9ee013

Please sign in to comment.