@@ -2,7 +2,7 @@ workspace(name = "com_github_istio_mixer")
2
2
3
3
git_repository (
4
4
name = "io_bazel_rules_go" ,
5
- commit = "4c9a52aba0b59511c5646af88d2f93a9c0193647 " , # May 5, 2017 (0.4.4 )
5
+ commit = "de4f17a549ec4b21566877f5a0f3fff0ba40931e " , # July 17 2017 (0.5.2 )
6
6
remote = "https://github.com/bazelbuild/rules_go.git" ,
7
7
)
8
8
@@ -299,9 +299,27 @@ new_go_repository(
299
299
importpath = "github.com/bsm/redeo" ,
300
300
)
301
301
302
+ new_go_repository (
303
+ name = "io_k8s_api" ,
304
+ build_file_generation = "on" ,
305
+ build_file_name = "BUILD.bazel" ,
306
+ commit = "4d5cc6efc5e84aa19fb1bd3f911c16a6723c1bb7" , # Jul 19, 2017 (no releases)
307
+ importpath = "k8s.io/api" ,
308
+ )
309
+
310
+ new_go_repository (
311
+ name = "io_k8s_apimachinery" ,
312
+ build_file_generation = "on" ,
313
+ build_file_name = "BUILD.bazel" ,
314
+ commit = "6134cb2da6d90597b0434e349f90f94fafc9ae51" , # Jun 19, 2017 (no releases)
315
+ importpath = "k8s.io/apimachinery" ,
316
+ )
317
+
302
318
new_go_repository (
303
319
name = "io_k8s_client_go" ,
304
- commit = "243d8a9cb66a51ad8676157f79e71033b4014a2a" , # Dec 11, 2016 (matches istio manager)
320
+ build_file_generation = "on" ,
321
+ build_file_name = "BUILD.bazel" ,
322
+ commit = "7c69e980210777a6292351ac6873de083526f08e" , # Jul 18, 2017 (no releases)
305
323
importpath = "k8s.io/client-go" ,
306
324
)
307
325
@@ -335,12 +353,24 @@ new_go_repository(
335
353
importpath = "github.com/google/gofuzz" ,
336
354
)
337
355
356
+ new_go_repository (
357
+ name = "com_github_googleapis_gnostic" ,
358
+ commit = "0c5108395e2debce0d731cf0287ddf7242066aba" , # Jul 29, 2017 (no releases)
359
+ importpath = "github.com/googleapis/gnostic" ,
360
+ )
361
+
338
362
new_go_repository (
339
363
name = "com_github_emicklei_go_restful" ,
340
364
commit = "09691a3b6378b740595c1002f40c34dd5f218a22" , # Dec 12, 2016 (k8s deps)
341
365
importpath = "github.com/emicklei/go-restful" ,
342
366
)
343
367
368
+ new_go_repository (
369
+ name = "com_github_emicklei_go_restful_swagger12" ,
370
+ commit = "dcef7f55730566d41eae5db10e7d6981829720f6" , # Feb 8, 2017 (no releases)
371
+ importpath = "github.com/emicklei/go-restful-swagger12" ,
372
+ )
373
+
344
374
new_go_repository (
345
375
name = "com_github_go_openapi_jsonpointer" ,
346
376
commit = "46af16f9f7b149af66e5d1bd010e3574dc06de98" , # Jul 4, 2016 (no releases)
@@ -367,7 +397,7 @@ new_go_repository(
367
397
368
398
new_go_repository (
369
399
name = "com_github_juju_ratelimit" ,
370
- commit = "acf38b000a03e4ab89e40f20f1e548f4e6ac7f72 " , # Mar 13 , 2017 (no releases)
400
+ commit = "5b9ff866471762aa2ab2dced63c9fb6f53921342 " , # May 23 , 2017 (no releases)
371
401
importpath = "github.com/juju/ratelimit" ,
372
402
)
373
403
0 commit comments