Skip to content

Commit f8db827

Browse files
fix(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.10.1...v1.11.0) --- 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 dc97b7d commit f8db827

File tree

2 files changed

+89
-25
lines changed

2 files changed

+89
-25
lines changed

go.mod

+11-9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/manifoldco/promptui v0.9.0
1212
github.com/pkg/errors v0.9.1
1313
github.com/spf13/cobra v1.3.0
14-
github.com/spf13/viper v1.10.1
15-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
14+
github.com/spf13/viper v1.11.0
15+
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
1616
gopkg.in/yaml.v2 v2.4.0
1717
)
1818

@@ -27,20 +27,22 @@ require (
2727
github.com/google/go-querystring v1.0.0 // indirect
2828
github.com/hashicorp/hcl v1.0.0 // indirect
2929
github.com/inconshreveable/mousetrap v1.0.0 // indirect
30-
github.com/magiconair/properties v1.8.5 // indirect
30+
github.com/magiconair/properties v1.8.6 // indirect
3131
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
3232
github.com/mitchellh/mapstructure v1.4.3 // indirect
3333
github.com/pelletier/go-toml v1.9.4 // indirect
34-
github.com/spf13/afero v1.6.0 // indirect
34+
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
35+
github.com/spf13/afero v1.8.2 // indirect
3536
github.com/spf13/cast v1.4.1 // indirect
3637
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3738
github.com/spf13/pflag v1.0.5 // indirect
3839
github.com/subosito/gotenv v1.2.0 // indirect
39-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
40-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
41-
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
40+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
41+
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
42+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
4243
golang.org/x/text v0.3.7 // indirect
4344
google.golang.org/appengine v1.6.7 // indirect
44-
google.golang.org/protobuf v1.27.1 // indirect
45-
gopkg.in/ini.v1 v1.66.2 // indirect
45+
google.golang.org/protobuf v1.28.0 // indirect
46+
gopkg.in/ini.v1 v1.66.4 // indirect
47+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
4648
)

0 commit comments

Comments
 (0)