Skip to content

Commit e69a468

Browse files
fix(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eaa77f8 commit e69a468

File tree

2 files changed

+142
-23
lines changed

2 files changed

+142
-23
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/manifoldco/promptui v0.9.0
1212
github.com/pkg/errors v0.9.1
1313
github.com/spf13/cobra v1.2.1
14-
github.com/spf13/viper v1.9.0
14+
github.com/spf13/viper v1.10.1
1515
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
1616
gopkg.in/yaml.v2 v2.4.0
1717
)
@@ -26,18 +26,18 @@ require (
2626
github.com/hashicorp/hcl v1.0.0 // indirect
2727
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2828
github.com/magiconair/properties v1.8.5 // indirect
29-
github.com/mitchellh/mapstructure v1.4.2 // indirect
29+
github.com/mitchellh/mapstructure v1.4.3 // indirect
3030
github.com/pelletier/go-toml v1.9.4 // indirect
3131
github.com/spf13/afero v1.6.0 // indirect
3232
github.com/spf13/cast v1.4.1 // indirect
3333
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3434
github.com/spf13/pflag v1.0.5 // indirect
3535
github.com/subosito/gotenv v1.2.0 // indirect
36-
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
37-
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
38-
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
39-
golang.org/x/text v0.3.6 // indirect
36+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
37+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
38+
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
39+
golang.org/x/text v0.3.7 // indirect
4040
google.golang.org/appengine v1.6.7 // indirect
4141
google.golang.org/protobuf v1.27.1 // indirect
42-
gopkg.in/ini.v1 v1.63.2 // indirect
42+
gopkg.in/ini.v1 v1.66.2 // indirect
4343
)

0 commit comments

Comments
 (0)