Skip to content

Commit

Permalink
Merge pull request #384 from jstrachan/changes40
Browse files Browse the repository at this point in the history
fix: upgrade deps
  • Loading branch information
jenkins-x-bot-test authored Aug 17, 2021
2 parents ee4884a + 33af439 commit b3e97ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 63 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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.3.12
github.com/jenkins-x-plugins/jx-gitops v0.3.13
github.com/jenkins-x/go-scm v1.10.10
github.com/jenkins-x/jx-api/v4 v4.1.3
github.com/jenkins-x/jx-helpers/v3 v3.0.126
github.com/jenkins-x/jx-api/v4 v4.1.5
github.com/jenkins-x/jx-helpers/v3 v3.0.127
github.com/jenkins-x/jx-logging/v3 v3.0.6
github.com/pkg/errors v0.9.1
github.com/roboll/helmfile v0.139.0
Expand All @@ -30,9 +30,9 @@ replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible

k8s.io/api => k8s.io/api v0.20.2
k8s.io/apimachinery => k8s.io/apimachinery v0.20.2
k8s.io/client-go => k8s.io/client-go v0.20.2
k8s.io/api => k8s.io/api v0.20.6
k8s.io/apimachinery => k8s.io/apimachinery v0.20.6
k8s.io/client-go => k8s.io/client-go v0.20.6
)

go 1.15
Loading

0 comments on commit b3e97ec

Please sign in to comment.