forked from istio/old_auth_repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WORKSPACE
201 lines (167 loc) · 5.36 KB
/
WORKSPACE
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
git_repository(
name = "io_bazel_rules_go",
commit = "bfa3601d9ab664b448ddb4cc7e48eea511217aaf",
remote = "https://github.com/bazelbuild/rules_go.git",
)
load("@io_bazel_rules_go//go:def.bzl", "go_repositories", "new_go_repository")
go_repositories()
new_go_repository(
name = "com_github_coreos_go_oidc",
commit = "f828b1fc9b58b59bd70ace766bfc190216b58b01",
importpath = "github.com/coreos/go-oidc",
)
new_go_repository(
name = "com_github_coreos_pkg",
commit = "1c941d73110817a80b9fa6e14d5d2b00d977ce2a",
importpath = "github.com/coreos/pkg",
)
new_go_repository(
name = "com_github_davecgh_go_spew",
commit = "346938d642f2ec3594ed81d874461961cd0faa76",
importpath = "github.com/davecgh/go-spew",
)
new_go_repository(
name = "com_github_docker_distribution",
commit = "62d8d910b5a00cfdc425d8d62faa1e86f69e3527",
importpath = "github.com/docker/distribution",
)
new_go_repository(
name = "com_github_emicklei_go_restful",
commit = "ad3e7d5a0a11fbbead57cc9353720a60a0a2793f",
importpath = "github.com/emicklei/go-restful",
)
new_go_repository(
name = "com_github_ghodss_yaml",
commit = "04f313413ffd65ce25f2541bfd2b2ceec5c0908c",
importpath = "github.com/ghodss/yaml",
)
new_go_repository(
name = "com_github_gogo_protobuf",
commit = "2221ff550f109ae54cb617c0dc6ac62658c418d7",
importpath = "github.com/gogo/protobuf",
)
new_go_repository(
name = "com_github_googleapis_gax_go",
commit = "da06d194a00e19ce00d9011a13931c3f6f6887c7",
importpath = "github.com/googleapis/gax-go",
)
new_go_repository(
name = "com_github_golang_glog",
commit = "23def4e6c14b4da8ac2ed8007337bc5eb5007998",
importpath = "github.com/golang/glog",
)
new_go_repository(
name = "com_github_golang_protobuf",
commit = "69b215d01a5606c843240eab4937eab3acee6530",
importpath = "github.com/golang/protobuf",
)
new_go_repository(
name = "com_github_google_gofuzz",
commit = "44d81051d367757e1c7c6a5a86423ece9afcf63c",
importpath = "github.com/google/gofuzz",
)
new_go_repository(
name = "com_github_go_openapi_jsonpointer",
commit = "779f45308c19820f1a69e9a4cd965f496e0da10f",
importpath = "github.com/go-openapi/jsonpointer",
)
new_go_repository(
name = "com_github_go_openapi_jsonreference",
commit = "36d33bfe519efae5632669801b180bf1a245da3b",
importpath = "github.com/go-openapi/jsonreference",
)
new_go_repository(
name = "com_github_go_openapi_spec",
commit = "02fb9cd3430ed0581e0ceb4804d5d4b3cc702694",
importpath = "github.com/go-openapi/spec",
)
new_go_repository(
name = "com_github_go_openapi_swag",
commit = "d5f8ebc3b1c55a4cf6489eeae7354f338cfe299e",
importpath = "github.com/go-openapi/swag",
)
new_go_repository(
name = "com_github_jonboulle_clockwork",
commit = "bcac9884e7502bb2b474c0339d889cb981a2f27f",
importpath = "github.com/jonboulle/clockwork",
)
new_go_repository(
name = "com_github_juju_ratelimit",
commit = "77ed1c8a01217656d2080ad51981f6e99adaa177",
importpath = "github.com/juju/ratelimit",
)
new_go_repository(
name = "com_github_mailru_easyjson",
commit = "99e922cf9de1bc0ab38310c277cff32c2147e747",
importpath = "github.com/mailru/easyjson",
)
new_go_repository(
name = "com_github_opencontainers_go_digest",
commit = "aa2ec055abd10d26d539eb630a92241b781ce4bc",
importpath = "github.com/opencontainers/go-digest",
)
new_go_repository(
name = "com_github_PuerkitoBio_purell",
commit = "0bcb03f4b4d0a9428594752bd2a3b9aa0a9d4bd4",
importpath = "github.com/PuerkitoBio/purell",
)
new_go_repository(
name = "com_github_PuerkitoBio_urlesc",
commit = "5bd2802263f21d8788851d5305584c82a5c75d7e",
importpath = "github.com/PuerkitoBio/urlesc",
)
new_go_repository(
name = "com_github_spf13_pflag",
commit = "9ff6c6923cfffbcd502984b8e0c80539a94968b7",
importpath = "github.com/spf13/pflag",
)
new_go_repository(
name = "com_github_ugorji_go",
commit = "d23841a297e5489e787e72fceffabf9d2994b52a",
importpath = "github.com/ugorji/go",
)
new_go_repository(
name = "com_google_cloud_go",
commit = "1ed2f0abb2869a51b3a5b9daec801bf9791f95d0",
importpath = "cloud.google.com/go",
)
new_go_repository(
name = "in_gopkg_inf_v0",
commit = "3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4",
importpath = "gopkg.in/inf.v0",
)
new_go_repository(
name = "in_gopkg_yaml_v2",
commit = "a3f3340b5840cee44f372bddb5880fcbc419b46a",
importpath = "gopkg.in/yaml.v2",
)
new_go_repository(
name = "io_k8s_apimachinery",
commit = "d3c1641d0c440b4c1bef7e1fc105f19f713477e0",
importpath = "k8s.io/apimachinery",
)
new_go_repository(
name = "io_k8s_client_go",
commit = "86a2be1b447d7abddae88de0a5f642935992b803",
importpath = "k8s.io/client-go",
)
new_go_repository(
name = "org_golang_google_grpc",
commit = "20633fa172ac711ac6a77fd573ed13f23ec56dcb",
importpath = "google.golang.org/grpc",
)
new_go_repository(
name = "org_golang_x_net",
commit = "61557ac0112b576429a0df080e1c2cef5dfbb642",
importpath = "golang.org/x/net",
)
new_go_repository(
name = "org_golang_x_oauth2",
commit = "b9780ec78894ab900c062d58ee3076cd9b2a4501",
importpath = "golang.org/x/oauth2",
)
new_go_repository(
name = "org_golang_x_text",
commit = "06d6eba81293389cafdff7fca90d75592194b2d9",
importpath = "golang.org/x/text",
)