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

chore(*): Update to latest Helm v2 and v3 versions #163

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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