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 #163 from hickeyma/chore/update-libs
Browse files Browse the repository at this point in the history
chore(*): Update to latest Helm v2 and v3 versions
  • Loading branch information
hickeyma authored Aug 28, 2020
2 parents a7a58a1 + 1a503e7 commit 7a9958c
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 11 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ go 1.13
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/golang/protobuf v1.4.2
github.com/maorfr/helm-plugin-utils v0.0.0-20200216074820-36d2fcf6ae86
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.0.0
github.com/spf13/pflag v1.0.5
helm.sh/helm/v3 v3.1.3
k8s.io/apimachinery v0.17.8
k8s.io/helm v2.16.9+incompatible
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
helm.sh/helm/v3 v3.3.0
k8s.io/apimachinery v0.18.8
k8s.io/helm v2.16.10+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
)
Loading

0 comments on commit 7a9958c

Please sign in to comment.