Skip to content

Commit 0419391

Browse files
deps: bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#1407)
1 parent 4d4e07c commit 0419391

File tree

2 files changed

+42
-38
lines changed

2 files changed

+42
-38
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ 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.11.0
31+
github.com/spf13/viper v1.12.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-20220412211240-33da011f77ad
34+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
3535
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
36-
google.golang.org/grpc v1.46.0
36+
google.golang.org/grpc v1.46.2
3737
google.golang.org/protobuf v1.28.0
3838
k8s.io/api v0.24.1
3939
k8s.io/apiextensions-apiserver v0.24.1
@@ -52,7 +52,7 @@ require (
5252
github.com/containerd/cgroups v1.0.1 // indirect
5353
github.com/davecgh/go-spew v1.1.1 // indirect
5454
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
55-
github.com/fsnotify/fsnotify v1.5.1 // indirect
55+
github.com/fsnotify/fsnotify v1.5.4 // indirect
5656
github.com/go-logr/logr v1.2.0 // indirect
5757
github.com/gogo/protobuf v1.3.2 // indirect
5858
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -64,34 +64,34 @@ require (
6464
github.com/json-iterator/go v1.1.12 // indirect
6565
github.com/magiconair/properties v1.8.6 // indirect
6666
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
67-
github.com/mitchellh/mapstructure v1.4.3 // indirect
67+
github.com/mitchellh/mapstructure v1.5.0 // indirect
6868
github.com/moby/spdystream v0.2.0 // indirect
6969
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7070
github.com/modern-go/reflect2 v1.0.2 // indirect
71-
github.com/pelletier/go-toml v1.9.4 // indirect
71+
github.com/pelletier/go-toml v1.9.5 // indirect
7272
github.com/pmezard/go-difflib v1.0.0 // indirect
7373
github.com/prometheus/common v0.32.1 // indirect
7474
github.com/prometheus/procfs v0.7.3 // indirect
7575
github.com/sirupsen/logrus v1.8.1 // indirect
7676
github.com/spf13/afero v1.8.2 // indirect
77-
github.com/spf13/cast v1.4.1 // indirect
77+
github.com/spf13/cast v1.5.0 // indirect
7878
github.com/spf13/jwalterweatherman v1.1.0 // indirect
79-
github.com/subosito/gotenv v1.2.0 // indirect
79+
github.com/subosito/gotenv v1.3.0 // indirect
8080
go.opencensus.io v0.23.0 // indirect
81-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
81+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
8282
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
8383
golang.org/x/text v0.3.7 // indirect
8484
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
85-
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
85+
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
8686
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8787
google.golang.org/appengine v1.6.7 // indirect
88-
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
88+
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
8989
gopkg.in/fsnotify.v1 v1.4.7 // indirect
9090
gopkg.in/inf.v0 v0.9.1 // indirect
9191
gopkg.in/ini.v1 v1.66.4 // indirect
9292
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9393
gopkg.in/yaml.v2 v2.4.0 // indirect
94-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
94+
gopkg.in/yaml.v3 v3.0.0 // indirect
9595
k8s.io/component-base v0.24.1 // indirect
9696
k8s.io/klog/v2 v2.60.1
9797
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
@@ -121,7 +121,7 @@ require (
121121
github.com/mattn/go-colorable v0.1.12 // indirect
122122
github.com/mattn/go-isatty v0.0.14 // indirect
123123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
124-
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
124+
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
125125
github.com/valyala/bytebufferpool v1.0.0 // indirect
126126
github.com/valyala/fasttemplate v1.2.1 // indirect
127127
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect

0 commit comments

Comments
 (0)