Update golang dependencies

This commit is contained in:
Manuel de Brito Fontes 2017-05-20 20:11:38 -04:00
parent c5e30973e5
commit 9ddf98769a
1009 changed files with 175867 additions and 50378 deletions

View file

@ -12,7 +12,7 @@ go_library(
name = "go_default_library",
srcs = ["parsers.go"],
tags = ["automanaged"],
deps = ["//vendor:github.com/docker/distribution/reference"],
deps = ["//vendor/github.com/docker/distribution/reference:go_default_library"],
)
go_test(