Skip to content

Commit 8032919

Browse files
chore(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] <support@github.com>
1 parent aab05fd commit 8032919

File tree

2 files changed

+56
-42
lines changed

2 files changed

+56
-42
lines changed

go.mod

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/spf13/cobra v1.4.0
7-
github.com/spf13/viper v1.10.1
7+
github.com/spf13/viper v1.11.0
88
gocloud.dev v0.25.0
99
)
1010

@@ -31,27 +31,29 @@ require (
3131
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3232
github.com/golang/protobuf v1.5.2 // indirect
3333
github.com/google/wire v0.5.0 // indirect
34-
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
34+
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
3535
github.com/hashicorp/hcl v1.0.0 // indirect
3636
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3737
github.com/jmespath/go-jmespath v0.4.0 // indirect
38-
github.com/magiconair/properties v1.8.5 // indirect
38+
github.com/magiconair/properties v1.8.6 // indirect
3939
github.com/mitchellh/mapstructure v1.4.3 // indirect
4040
github.com/pelletier/go-toml v1.9.4 // indirect
41-
github.com/spf13/afero v1.6.0 // indirect
41+
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
42+
github.com/spf13/afero v1.8.2 // indirect
4243
github.com/spf13/cast v1.4.1 // indirect
4344
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4445
github.com/spf13/pflag v1.0.5 // indirect
4546
github.com/subosito/gotenv v1.2.0 // indirect
4647
go.opencensus.io v0.23.0 // indirect
47-
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd // indirect
48-
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
48+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
49+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
4950
golang.org/x/text v0.3.7 // indirect
50-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
51+
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
5152
google.golang.org/api v0.74.0 // indirect
52-
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
53+
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
5354
google.golang.org/grpc v1.45.0 // indirect
5455
google.golang.org/protobuf v1.28.0 // indirect
55-
gopkg.in/ini.v1 v1.66.2 // indirect
56+
gopkg.in/ini.v1 v1.66.4 // indirect
5657
gopkg.in/yaml.v2 v2.4.0 // indirect
58+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
5759
)

0 commit comments

Comments
 (0)