summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod34
1 files changed, 3 insertions, 31 deletions
diff --git a/go.mod b/go.mod
index 53d14a6..d7078bf 100644
--- a/go.mod
+++ b/go.mod
@@ -5,48 +5,20 @@ go 1.12
require (
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
github.com/adrg/xdg v0.3.4
- github.com/coreos/bbolt v1.3.2 // indirect
- github.com/coreos/etcd v3.3.13+incompatible // indirect
- github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
- github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-ping/ping v0.0.0-20211014180314-6e2b003bffdd
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-github/v28 v28.1.1
github.com/google/go-querystring v1.1.0 // indirect
- github.com/google/uuid v1.3.0 // indirect
- github.com/gorilla/websocket v1.4.2 // indirect
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
- github.com/jonboulle/clockwork v0.1.0 // indirect
- github.com/magiconair/properties v1.8.5 // indirect
github.com/maruel/panicparse v1.6.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
- github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v0.9.3 // indirect
- github.com/rivo/uniseg v0.2.0 // indirect
github.com/shuheiktgw/go-travis v0.3.1
- github.com/soheilhy/cmux v0.1.4 // indirect
- github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cobra v1.2.1
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.9.0
- github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
- go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
- golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
- golang.org/x/text v0.3.7 // indirect
- google.golang.org/api v0.59.0
- google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
- google.golang.org/grpc v1.41.0 // indirect
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/resty.v1 v1.12.0 // indirect
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
+ golang.org/x/sync v0.1.0
+ google.golang.org/api v0.108.0
)