forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
97 lines (96 loc) · 5.27 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
module k8s.io/test-infra
require (
cloud.google.com/go v0.30.0
github.com/Azure/azure-pipeline-go v0.0.0-20180507050906-098e490af5dc // indirect
github.com/Azure/azure-sdk-for-go v21.1.0+incompatible
github.com/Azure/azure-storage-blob-go v0.0.0-20180507052152-66ba96e49ebb
github.com/Azure/go-autorest v10.15.5+incompatible
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/Microsoft/go-winio v0.4.6 // indirect
github.com/NYTimes/gziphandler v0.0.0-20160419202541-63027b26b87e
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/andygrunwald/go-gerrit v0.0.0-20171029143327-95b11af228a1
github.com/aws/aws-k8s-tester v0.0.0-20190114231546-b411acf57dfe
github.com/aws/aws-sdk-go v1.16.22
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e
github.com/bwmarrin/snowflake v0.0.0-20170221160716-02cc386c183a
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
github.com/denisenkom/go-mssqldb v0.0.0-20190111225525-2fea367d496d // indirect
github.com/djherbis/atime v1.0.0
github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff // indirect
github.com/docker/docker v0.0.0-20171206114025-5e5fadb3c020
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.2 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/evanphx/json-patch v4.1.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/fsouza/fake-gcs-server v0.0.0-20180612165233-e85be23bdaa8
github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19 // indirect
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
github.com/go-openapi/spec v0.0.0-20171219195406-fa03337d7da5
github.com/go-openapi/swag v0.0.0-20171111214437-cf0bdb963811 // indirect
github.com/go-sql-driver/mysql v0.0.0-20160411075031-7ebe0a500653 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7 // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7
github.com/golang/mock v1.1.1
github.com/golang/protobuf v1.2.0
github.com/google/go-github v0.0.0-20170604030111-7a51fb928f52
github.com/google/go-querystring v0.0.0-20150414214848-547ef5ac9797 // indirect
github.com/google/uuid v1.0.0
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/gophercloud/gophercloud v0.0.0-20181215224939-bdd8b1ecd793 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/gregjones/httpcache v0.0.0-20160524185540-16db777d8ebe
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47 // indirect
github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19 // indirect
github.com/influxdata/influxdb v0.0.0-20161215172503-049f9b42e9a5
github.com/jinzhu/gorm v0.0.0-20170316141641-572d0a0ab1eb
github.com/jinzhu/inflection v0.0.0-20151009084129-3272df6c21d0 // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/knative/build v0.2.0
github.com/knative/pkg v0.0.0-20181205230426-0e41760cea1d
github.com/lib/pq v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mattn/go-sqlite3 v0.0.0-20160514122348-38ee283dabf1 // indirect
github.com/mattn/go-zglob v0.0.0-20180607075734-49693fbb3fe3
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.9.0
github.com/qor/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/satori/go.uuid v0.0.0-20160713180306-0aa62d5ddceb
github.com/shurcooL/githubv4 v0.0.0-20180925043049-51d7b505e2e9
github.com/sirupsen/logrus v1.1.1
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52
google.golang.org/api v0.0.0-20181021000519-a2651947f503
google.golang.org/genproto v0.0.0-20181016170114-94acd270e44e
google.golang.org/grpc v1.15.0
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/yaml.v2 v2.2.1
k8s.io/api v0.0.0-20181128191700-6db15a15d2d3
k8s.io/apiextensions-apiserver v0.0.0-20181128195303-1f84094d7e8e
k8s.io/apimachinery v0.0.0-20181128191346-49ce2735e507
k8s.io/client-go v9.0.0+incompatible
k8s.io/klog v0.1.0
k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d // indirect
sigs.k8s.io/yaml v1.1.0
vbom.ml/util v0.0.0-20170409195630-256737ac55c4
)