Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4" (#1002)

* Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4 (#994)"

This reverts commit 028f056a75.

* add failing test condition

* fix build
This commit is contained in:
Preston Van Loon 2018-11-29 21:16:18 -05:00 committed by Nishant Das
parent 028f056a75
commit 2a048019e1
3 changed files with 8 additions and 2 deletions

View File

@ -893,7 +893,7 @@ go_repository(
go_repository(
name = "com_github_aws_aws_sdk_go",
tag = "v0.10.4",
commit = "dbd68419518a1846f7cf787f424af62c2d0bb4f2",
importpath = "github.com/aws/aws-sdk-go",
)

View File

@ -0,0 +1,6 @@
package(default_visibility = ["//visibility:public"])
alias(
name = "kubesec",
actual = "@com_github_shyiko_kubesec//:kubesec",
)

View File

@ -17,7 +17,7 @@ k8s_encrypted_secret = rule(
"_kubesec": attr.label(
executable = True,
cfg = "host",
default = "@com_github_shyiko_kubesec//:kubesec",
default = "//tools:kubesec",
),
"template": attr.label(
allow_files = True,