Skip to content

Commit

Permalink
Merge pull request #8 from HamzaZo/feat/fix-dependency
Browse files Browse the repository at this point in the history
bump helm api to v3.6.1
  • Loading branch information
HamzaZo authored Aug 16, 2021
2 parents 6c5aa75 + eef4211 commit 19a1d65
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 164 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
helm.sh/helm/v3 v3.4.1
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
k8s.io/kubectl v0.20.0 // indirect
helm.sh/helm/v3 v3.6.1
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 19a1d65

Please sign in to comment.