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

Commit ae557aa

Browse files
committed
Bump dependencies
1 parent 241a818 commit ae557aa

File tree

2 files changed

+115
-11
lines changed

2 files changed

+115
-11
lines changed

go.mod

+28-11
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,53 @@ module github.com/Phantas0s/devdash
33
go 1.12
44

55
require (
6+
cloud.google.com/go v0.86.0 // indirect
67
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
78
github.com/adrg/xdg v0.3.3
9+
github.com/coreos/bbolt v1.3.2 // indirect
10+
github.com/coreos/etcd v3.3.13+incompatible // indirect
11+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
12+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
13+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
814
github.com/fsnotify/fsnotify v1.4.9 // indirect
915
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
1016
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1117
github.com/google/go-github/v28 v28.1.1
1218
github.com/google/go-querystring v1.1.0 // indirect
19+
github.com/gorilla/websocket v1.4.2 // indirect
20+
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
21+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
22+
github.com/jonboulle/clockwork v0.1.0 // indirect
1323
github.com/magiconair/properties v1.8.5 // indirect
1424
github.com/maruel/panicparse v1.6.1 // indirect
15-
github.com/mattn/go-runewidth v0.0.12 // indirect
25+
github.com/mattn/go-runewidth v0.0.13 // indirect
26+
github.com/mitchellh/go-homedir v1.1.0 // indirect
1627
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
1728
github.com/mitchellh/mapstructure v1.4.1 // indirect
29+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1830
github.com/nsf/termbox-go v1.1.1 // indirect
19-
github.com/pelletier/go-toml v1.9.1 // indirect
2031
github.com/pkg/errors v0.9.1
32+
github.com/prometheus/client_golang v0.9.3 // indirect
2133
github.com/rivo/uniseg v0.2.0 // indirect
2234
github.com/shuheiktgw/go-travis v0.3.1
35+
github.com/soheilhy/cmux v0.1.4 // indirect
2336
github.com/spf13/afero v1.6.0 // indirect
2437
github.com/spf13/cast v1.3.1 // indirect
25-
github.com/spf13/cobra v1.1.3
38+
github.com/spf13/cobra v1.2.1
2639
github.com/spf13/jwalterweatherman v1.1.0 // indirect
27-
github.com/spf13/viper v1.7.1
28-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
29-
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
30-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
40+
github.com/spf13/viper v1.8.1
41+
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
42+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
43+
go.etcd.io/bbolt v1.3.2 // indirect
44+
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
45+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
46+
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
3147
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
32-
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
33-
google.golang.org/api v0.46.0
34-
google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384 // indirect
35-
google.golang.org/grpc v1.37.1 // indirect
48+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
49+
google.golang.org/api v0.50.0
50+
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9 // indirect
51+
google.golang.org/grpc v1.39.0 // indirect
3652
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3753
gopkg.in/ini.v1 v1.62.0 // indirect
54+
gopkg.in/resty.v1 v1.12.0 // indirect
3855
)

0 commit comments

Comments
 (0)