@@ -3,36 +3,53 @@ module github.com/Phantas0s/devdash
3
3
go 1.12
4
4
5
5
require (
6
+ cloud.google.com/go v0.86.0 // indirect
6
7
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
7
8
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
8
14
github.com/fsnotify/fsnotify v1.4.9 // indirect
9
15
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
10
16
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
11
17
github.com/google/go-github/v28 v28.1.1
12
18
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
13
23
github.com/magiconair/properties v1.8.5 // indirect
14
24
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
16
27
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
17
28
github.com/mitchellh/mapstructure v1.4.1 // indirect
29
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
18
30
github.com/nsf/termbox-go v1.1.1 // indirect
19
- github.com/pelletier/go-toml v1.9.1 // indirect
20
31
github.com/pkg/errors v0.9.1
32
+ github.com/prometheus/client_golang v0.9.3 // indirect
21
33
github.com/rivo/uniseg v0.2.0 // indirect
22
34
github.com/shuheiktgw/go-travis v0.3.1
35
+ github.com/soheilhy/cmux v0.1.4 // indirect
23
36
github.com/spf13/afero v1.6.0 // indirect
24
37
github.com/spf13/cast v1.3.1 // indirect
25
- github.com/spf13/cobra v1.1.3
38
+ github.com/spf13/cobra v1.2.1
26
39
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
31
47
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
36
52
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
37
53
gopkg.in/ini.v1 v1.62.0 // indirect
54
+ gopkg.in/resty.v1 v1.12.0 // indirect
38
55
)
0 commit comments