Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 9701164

Browse files
Bump github.com/spf13/viper from 1.9.0 to 1.15.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.15.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.9.0...v1.15.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 d8b871c commit 9701164

File tree

2 files changed

+666
-195
lines changed

2 files changed

+666
-195
lines changed

go.mod

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,20 @@ go 1.12
55
require (
66
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
77
github.com/adrg/xdg v0.3.4
8-
github.com/coreos/bbolt v1.3.2 // indirect
9-
github.com/coreos/etcd v3.3.13+incompatible // indirect
10-
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
11-
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
12-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
138
github.com/go-ping/ping v0.0.0-20211014180314-6e2b003bffdd
14-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
159
github.com/google/go-github/v28 v28.1.1
1610
github.com/google/go-querystring v1.1.0 // indirect
17-
github.com/google/uuid v1.3.0 // indirect
18-
github.com/gorilla/websocket v1.4.2 // indirect
19-
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
20-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
21-
github.com/jonboulle/clockwork v0.1.0 // indirect
22-
github.com/magiconair/properties v1.8.5 // indirect
2311
github.com/maruel/panicparse v1.6.1 // indirect
2412
github.com/mattn/go-runewidth v0.0.13 // indirect
25-
github.com/mitchellh/go-homedir v1.1.0 // indirect
2613
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
27-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2814
github.com/nsf/termbox-go v1.1.1 // indirect
15+
github.com/pelletier/go-toml v1.9.4 // indirect
2916
github.com/pkg/errors v0.9.1
30-
github.com/prometheus/client_golang v0.9.3 // indirect
31-
github.com/rivo/uniseg v0.2.0 // indirect
3217
github.com/shuheiktgw/go-travis v0.3.1
33-
github.com/soheilhy/cmux v0.1.4 // indirect
34-
github.com/spf13/afero v1.6.0 // indirect
3518
github.com/spf13/cobra v1.2.1
36-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
37-
github.com/spf13/viper v1.9.0
38-
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
39-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
40-
go.etcd.io/bbolt v1.3.2 // indirect
41-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
42-
golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
43-
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
44-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
45-
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
46-
golang.org/x/text v0.3.7 // indirect
47-
google.golang.org/api v0.59.0
48-
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
49-
google.golang.org/grpc v1.41.0 // indirect
50-
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
51-
gopkg.in/resty.v1 v1.12.0 // indirect
19+
github.com/spf13/viper v1.15.0
20+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
21+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
22+
golang.org/x/sync v0.1.0
23+
google.golang.org/api v0.107.0
5224
)

0 commit comments

Comments
 (0)