Skip to content

Commit 4120230

Browse files
authored
Merge pull request #198 from brettmorien/master
Bump all available dependencies to latest.
2 parents 2b0ca58 + 598d9b5 commit 4120230

File tree

2 files changed

+1687
-88
lines changed

2 files changed

+1687
-88
lines changed

go.mod

+5-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ go 1.14
55
require (
66
github.com/Masterminds/sprig/v3 v3.2.2
77
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
8+
github.com/sirupsen/logrus v1.6.0
9+
github.com/spf13/cobra v1.7.0
10+
github.com/spf13/viper v1.16.0
11+
github.com/stretchr/testify v1.8.3
12+
gopkg.in/yaml.v3 v3.0.1
1413
k8s.io/helm v2.14.3+incompatible
1514
)

0 commit comments

Comments
 (0)