Skip to content

Commit

Permalink
chore: update dependencies (helm 3.5.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Mar 5, 2021
1 parent fe25795 commit 8345246
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 132 deletions.
19 changes: 12 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ module github.com/mgoltzsche/khelm/v2
go 1.14

require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/Masterminds/semver/v3 v3.1.1
github.com/ghodss/yaml v1.0.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // must include https://github.com/go-yaml/yaml/issues/578
helm.sh/helm/v3 v3.4.1
k8s.io/client-go v0.19.3
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/kustomize/kyaml v0.10.7
helm.sh/helm/v3 v3.5.2
k8s.io/client-go v0.20.2
sigs.k8s.io/kustomize/kyaml v0.10.13
)

// See https://github.com/helm/helm/blob/v3.5.2/go.mod
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
)
Loading

0 comments on commit 8345246

Please sign in to comment.