We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e90dc0 commit 6ccbb43Copy full SHA for 6ccbb43
go.mod
@@ -3,11 +3,11 @@ module github.com/HamzaZo/helm-val
3
go 1.16
4
5
require (
6
- github.com/fatih/color v1.10.0 // indirect
7
- github.com/sirupsen/logrus v1.7.0
+ github.com/fatih/color v1.10.0
+ github.com/sirupsen/logrus v1.8.1
8
github.com/spf13/cobra v1.1.3
9
github.com/spf13/pflag v1.0.5
10
google.golang.org/appengine v1.6.6 // indirect
11
- helm.sh/helm/v3 v3.5.1
+ helm.sh/helm/v3 v3.6.1
12
rsc.io/letsencrypt v0.0.3 // indirect
13
-)
+)
0 commit comments