Skip to content

Commit e09abaf

Browse files
Bump github.com/spf13/viper from 1.11.0 to 1.12.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.11.0...v1.12.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 0a10bde commit e09abaf

File tree

2 files changed

+76
-41
lines changed

2 files changed

+76
-41
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ require (
3333
github.com/rakyll/statik v0.1.7
3434
github.com/spf13/cobra v1.4.0
3535
github.com/spf13/pflag v1.0.5
36-
github.com/spf13/viper v1.11.0
36+
github.com/spf13/viper v1.12.0
3737
github.com/tj/go-spin v1.1.0
3838
github.com/zchee/go-xdgbasedir v1.0.3
3939
go.uber.org/goleak v1.1.12
40-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
40+
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
4141
golang.org/x/tools v0.1.10
42-
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
43-
google.golang.org/grpc v1.46.0
42+
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
43+
google.golang.org/grpc v1.46.2
4444
google.golang.org/protobuf v1.28.0
4545
)
4646

4747
require (
4848
cloud.google.com/go v0.100.2 // indirect
49-
cloud.google.com/go/compute v1.5.0 // indirect
49+
cloud.google.com/go/compute v1.6.1 // indirect
5050
cloud.google.com/go/iam v0.3.0 // indirect
5151
cloud.google.com/go/kms v1.1.0 // indirect
5252
cloud.google.com/go/storage v1.18.2 // indirect
@@ -105,7 +105,7 @@ require (
105105
github.com/dghubble/sling v1.4.0 // indirect
106106
github.com/dimchansky/utfbom v1.1.1 // indirect
107107
github.com/emirpasic/gods v1.12.0 // indirect
108-
github.com/fsnotify/fsnotify v1.5.1 // indirect
108+
github.com/fsnotify/fsnotify v1.5.4 // indirect
109109
github.com/gin-gonic/gin v1.7.4 // indirect
110110
github.com/go-git/gcfg v1.5.0 // indirect
111111
github.com/go-git/go-billy/v5 v5.3.1 // indirect
@@ -120,7 +120,7 @@ require (
120120
github.com/google/rpmpack v0.0.0-20220314092521-38642b5e571e // indirect
121121
github.com/google/uuid v1.3.0 // indirect
122122
github.com/google/wire v0.5.0 // indirect
123-
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
123+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
124124
github.com/goreleaser/chglog v0.1.2 // indirect
125125
github.com/goreleaser/fileglob v1.3.0 // indirect
126126
github.com/goreleaser/nfpm/v2 v2.15.1 // indirect
@@ -148,23 +148,23 @@ require (
148148
github.com/mattn/go-runewidth v0.0.9 // indirect
149149
github.com/mattn/go-tty v0.0.3 // indirect
150150
github.com/mitchellh/copystructure v1.2.0 // indirect
151-
github.com/mitchellh/mapstructure v1.4.3 // indirect
151+
github.com/mitchellh/mapstructure v1.5.0 // indirect
152152
github.com/mitchellh/reflectwalk v1.0.2 // indirect
153153
github.com/muesli/coral v1.0.0 // indirect
154154
github.com/muesli/mango v0.1.0 // indirect
155155
github.com/muesli/mango-coral v1.0.1 // indirect
156156
github.com/muesli/mango-pflag v0.1.0 // indirect
157157
github.com/muesli/roff v0.1.0 // indirect
158-
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
158+
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
159159
github.com/pkg/term v1.2.0-beta.2 // indirect
160160
github.com/rs/cors v1.7.0 // indirect
161161
github.com/russross/blackfriday/v2 v2.1.0 // indirect
162162
github.com/sergi/go-diff v1.2.0 // indirect
163163
github.com/slack-go/slack v0.10.2 // indirect
164164
github.com/spf13/afero v1.8.2 // indirect
165-
github.com/spf13/cast v1.4.1 // indirect
165+
github.com/spf13/cast v1.5.0 // indirect
166166
github.com/spf13/jwalterweatherman v1.1.0 // indirect
167-
github.com/subosito/gotenv v1.2.0 // indirect
167+
github.com/subosito/gotenv v1.3.0 // indirect
168168
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
169169
github.com/ulikunitz/xz v0.5.10 // indirect
170170
github.com/xanzy/go-gitlab v0.63.0 // indirect
@@ -174,19 +174,19 @@ require (
174174
gocloud.dev v0.24.0 // indirect
175175
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
176176
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
177-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
177+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
178178
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
179-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
179+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
180180
golang.org/x/text v0.3.7 // indirect
181181
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
182-
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
183-
google.golang.org/api v0.74.0 // indirect
182+
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
183+
google.golang.org/api v0.81.0 // indirect
184184
google.golang.org/appengine v1.6.7 // indirect
185185
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
186186
gopkg.in/ini.v1 v1.66.4 // indirect
187187
gopkg.in/mail.v2 v2.3.1 // indirect
188188
gopkg.in/warnings.v0 v0.1.2 // indirect
189189
gopkg.in/yaml.v2 v2.4.0 // indirect
190-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
190+
gopkg.in/yaml.v3 v3.0.0 // indirect
191191
nhooyr.io/websocket v1.8.7 // indirect
192192
)

0 commit comments

Comments
 (0)