We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b0ca58 + 598d9b5 commit 4120230Copy full SHA for 4120230
go.mod
@@ -5,11 +5,10 @@ go 1.14
5
require (
6
github.com/Masterminds/sprig/v3 v3.2.2
7
github.com/gobwas/glob v0.2.3
8
- github.com/sirupsen/logrus v1.2.0
9
- github.com/spf13/cobra v0.0.5
10
- github.com/spf13/viper v1.4.0
11
- github.com/stretchr/testify v1.5.1
12
- golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
13
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
+ github.com/sirupsen/logrus v1.6.0
+ github.com/spf13/cobra v1.7.0
+ github.com/spf13/viper v1.16.0
+ github.com/stretchr/testify v1.8.3
+ gopkg.in/yaml.v3 v3.0.1
14
k8s.io/helm v2.14.3+incompatible
15
)
0 commit comments