Skip to content

Commit 5b3ed19

Browse files
vendor: bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#1330)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0d8823 commit 5b3ed19

File tree

176 files changed

+10555
-987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+10555
-987
lines changed

go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ require (
2828
github.com/prometheus/client_model v0.2.0
2929
github.com/spf13/cobra v1.4.0
3030
github.com/spf13/pflag v1.0.5
31-
github.com/spf13/viper v1.10.1
31+
github.com/spf13/viper v1.11.0
3232
github.com/stretchr/testify v1.7.1
3333
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
34-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
35-
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
34+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
35+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
3636
google.golang.org/grpc v1.45.0
3737
google.golang.org/protobuf v1.28.0
3838
k8s.io/api v0.23.5
@@ -63,7 +63,7 @@ require (
6363
github.com/imdario/mergo v0.3.12 // indirect
6464
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6565
github.com/json-iterator/go v1.1.12 // indirect
66-
github.com/magiconair/properties v1.8.5 // indirect
66+
github.com/magiconair/properties v1.8.6 // indirect
6767
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
6868
github.com/mitchellh/mapstructure v1.4.3 // indirect
6969
github.com/moby/spdystream v0.2.0 // indirect
@@ -74,22 +74,22 @@ require (
7474
github.com/prometheus/common v0.32.1 // indirect
7575
github.com/prometheus/procfs v0.7.3 // indirect
7676
github.com/sirupsen/logrus v1.8.1 // indirect
77-
github.com/spf13/afero v1.6.0 // indirect
77+
github.com/spf13/afero v1.8.2 // indirect
7878
github.com/spf13/cast v1.4.1 // indirect
7979
github.com/spf13/jwalterweatherman v1.1.0 // indirect
8080
github.com/subosito/gotenv v1.2.0 // indirect
8181
go.opencensus.io v0.23.0 // indirect
82-
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
83-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
82+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
83+
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
8484
golang.org/x/text v0.3.7 // indirect
8585
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
86-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
86+
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
8787
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8888
google.golang.org/appengine v1.6.7 // indirect
89-
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
89+
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
9090
gopkg.in/fsnotify.v1 v1.4.7 // indirect
9191
gopkg.in/inf.v0 v0.9.1 // indirect
92-
gopkg.in/ini.v1 v1.66.2 // indirect
92+
gopkg.in/ini.v1 v1.66.4 // indirect
9393
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9494
gopkg.in/yaml.v2 v2.4.0 // indirect
9595
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
@@ -106,6 +106,7 @@ require (
106106
)
107107

108108
require (
109+
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
109110
go.uber.org/atomic v1.7.0 // indirect
110111
go.uber.org/multierr v1.6.0 // indirect
111112
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect

go.sum

Lines changed: 37 additions & 149 deletions
Large diffs are not rendered by default.

vendor/github.com/magiconair/properties/lex.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/magiconair/properties/parser.go

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/magiconair/properties/properties.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/.dockerignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/.gitattributes

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/.gitignore

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/.golangci.toml

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pelletier/go-toml/v2/.goreleaser.yaml

Lines changed: 111 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)