Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #194 from helm/chore/upd-modules
Browse files Browse the repository at this point in the history
chore: Update to latest Helm release
  • Loading branch information
hickeyma authored Aug 17, 2021
2 parents ecb8843 + e23696c commit 927e49f
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 352 deletions.
14 changes: 4 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ require (
github.com/maorfr/helm-plugin-utils v0.0.0-20200827170302-51b70049c73f
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/ugorji/go v1.1.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
helm.sh/helm/v3 v3.5.1
k8s.io/apimachinery v0.20.2
helm.sh/helm/v3 v3.6.3
k8s.io/apimachinery v0.21.0
k8s.io/helm v2.17.0+incompatible
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
gotest.tools => gotest.tools/v3 v3.0.2
)
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
Loading

0 comments on commit 927e49f

Please sign in to comment.