@@ -3,14 +3,11 @@ module github.com/Phantas0s/devdash
3
3
go 1.12
4
4
5
5
require (
6
- cloud.google.com/go v0.81.0 // indirect
7
6
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
8
7
github.com/adrg/xdg v0.3.2
9
- github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
10
8
github.com/fsnotify/fsnotify v1.4.9 // indirect
11
9
github.com/go-ping/ping v0.0.0-20210402232549-1726e5ede5b6
12
10
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
13
- github.com/golang/protobuf v1.5.2 // indirect
14
11
github.com/google/go-github/v28 v28.1.1
15
12
github.com/google/go-querystring v1.1.0 // indirect
16
13
github.com/magiconair/properties v1.8.5 // indirect
@@ -23,23 +20,15 @@ require (
23
20
github.com/pkg/errors v0.9.1
24
21
github.com/rivo/uniseg v0.2.0 // indirect
25
22
github.com/shuheiktgw/go-travis v0.3.1
26
- github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
27
23
github.com/spf13/afero v1.6.0 // indirect
28
24
github.com/spf13/cast v1.3.1 // indirect
29
25
github.com/spf13/cobra v1.1.3
30
26
github.com/spf13/jwalterweatherman v1.1.0 // indirect
31
- github.com/spf13/pflag v1.0.5 // indirect
32
27
github.com/spf13/viper v1.7.1
33
- github.com/ugorji/go v1.1.4 // indirect
34
- github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
35
28
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
36
- golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
37
- golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
29
+ golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
38
30
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
39
- golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
40
- golang.org/x/text v0.3.6 // indirect
41
- google.golang.org/api v0.43.0
42
- google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
31
+ google.golang.org/api v0.46.0
43
32
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
44
33
gopkg.in/ini.v1 v1.62.0 // indirect
45
34
)
0 commit comments