Skip to content

Commit 776b717

Browse files
build(deps): bump helm.sh/helm/v3 from 3.3.1 to 3.6.1 (#13)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.3.1 to 3.6.1. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.3.1...v3.6.1) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbe03e4 commit 776b717

File tree

2 files changed

+299
-138
lines changed

2 files changed

+299
-138
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ go 1.15
44

55
require (
66
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
7-
github.com/mitchellh/go-homedir v1.1.0
8-
github.com/sirupsen/logrus v1.6.0
9-
github.com/spf13/cobra v1.0.0
7+
github.com/sirupsen/logrus v1.8.1
8+
github.com/spf13/cobra v1.1.3
109
github.com/spf13/viper v1.7.1
11-
helm.sh/helm/v3 v3.3.1
10+
helm.sh/helm/v3 v3.6.1
1211
)

0 commit comments

Comments
 (0)