Skip to content

Commit 56e3fe9

Browse files
Bump github.com/spf13/viper from 1.8.1 to 1.9.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent defa0d5 commit 56e3fe9

2 files changed

Lines changed: 107 additions & 20 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ require (
66
github.com/imdario/mergo v0.3.7 // indirect
77
github.com/pkg/errors v0.9.1
88
github.com/spf13/cobra v1.2.1
9-
github.com/spf13/viper v1.8.1
9+
github.com/spf13/viper v1.9.0
1010
github.com/stretchr/objx v0.3.0 // indirect
1111
github.com/stretchr/testify v1.7.0
1212
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
13-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
14-
golang.org/x/text v0.3.6 // indirect
1513
k8s.io/api v0.21.2
1614
k8s.io/apimachinery v0.21.2
1715
k8s.io/cli-runtime v0.21.2

0 commit comments

Comments
 (0)