Skip to content

Commit 3fe39b3

Browse files
authored
Merge pull request #2 from HamzaZo/feat/fix-dependency
bump helm api to v3.6.1
2 parents 8e90dc0 + 6ccbb43 commit 3fe39b3

File tree

2 files changed

+216
-370
lines changed

2 files changed

+216
-370
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/HamzaZo/helm-val
33
go 1.16
44

55
require (
6-
github.com/fatih/color v1.10.0 // indirect
7-
github.com/sirupsen/logrus v1.7.0
6+
github.com/fatih/color v1.10.0
7+
github.com/sirupsen/logrus v1.8.1
88
github.com/spf13/cobra v1.1.3
99
github.com/spf13/pflag v1.0.5
1010
google.golang.org/appengine v1.6.6 // indirect
11-
helm.sh/helm/v3 v3.5.1
11+
helm.sh/helm/v3 v3.6.1
1212
rsc.io/letsencrypt v0.0.3 // indirect
13-
)
13+
)

0 commit comments

Comments
 (0)