forked from istio/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (18 loc) · 765 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module istio.io/test-infra
require (
cloud.google.com/go v0.37.4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-github v17.0.0+incompatible
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v0.9.4
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
golang.org/x/net v0.0.0-20190403144856-b630fd6fe46b
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/api v0.3.2
gopkg.in/yaml.v2 v2.2.2
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/test-infra v0.0.0-20190723210415-bf9fd63c33d0
)