forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
117 lines (115 loc) · 6.05 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
module k8s.io/test-infra
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
require (
cloud.google.com/go v0.37.4
github.com/Azure/azure-pipeline-go v0.1.9 // indirect
github.com/Azure/azure-sdk-for-go v21.1.0+incompatible
github.com/Azure/azure-storage-blob-go v0.0.0-20190123011202-457680cc0804
github.com/Azure/go-autorest v10.15.5+incompatible
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/NYTimes/gziphandler v0.0.0-20160419202541-63027b26b87e
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/andygrunwald/go-gerrit v0.0.0-20190120104749-174420ebee6c
github.com/aws/aws-k8s-tester v0.0.0-20190114231546-b411acf57dfe
github.com/aws/aws-sdk-go v1.16.36
github.com/bazelbuild/bazel-gazelle v0.0.0-20190402225339-e530fae7ce5c
github.com/bazelbuild/buildtools v0.0.0-20190404153937-93253d6efaa9
github.com/bwmarrin/snowflake v0.0.0
github.com/client9/misspell v0.3.4
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.3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/evanphx/json-patch v4.2.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/gobuffalo/envy v1.6.15 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7 // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/gomodule/redigo v1.7.0
github.com/google/go-containerregistry v0.0.0-20190401215819-f1df91a4a813 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // 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/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
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.5.1 // 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-20190603042836-f5c5f50e6090 // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/json-iterator/go v1.1.6 // indirect
github.com/klauspost/compress v1.4.1 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/pgzip v1.2.1
github.com/knative/build v0.3.1-0.20190330033454-38ace00371c7
github.com/knative/pkg v0.0.0-20190330034653-916205998db9
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
github.com/markbates/inflect v1.0.4 // 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.1
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.3.0
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.3
github.com/prometheus/common v0.4.1 // indirect
github.com/prometheus/procfs v0.0.1 // 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.4.2
github.com/spf13/cobra v0.0.4
github.com/spf13/pflag v1.0.3
github.com/tektoncd/pipeline v0.1.1-0.20190327171839-7c43fbae2816
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
go.opencensus.io v0.20.2 // indirect
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
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-20190227155943-e225da77a7e6
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20190404132500-923d25813098
google.golang.org/api v0.3.2
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
google.golang.org/grpc v1.19.1
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/yaml.v2 v2.2.2
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/code-generator v0.0.0-20190301173042-b1289fc74931
k8s.io/gengo v0.0.0-20190306031000-7a1b7fb0289f // indirect
k8s.io/klog v0.1.0
k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d // indirect
k8s.io/kubernetes v1.14.2 // indirect
k8s.io/repo-infra v0.0.0-20190329054012-df02ded38f95
mvdan.cc/xurls/v2 v2.0.0
sigs.k8s.io/yaml v1.1.0
vbom.ml/util v0.0.0-20170409195630-256737ac55c4
)