We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e90dc0 + 6ccbb43 commit 3fe39b3Copy full SHA for 3fe39b3
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