Update rules_go, bazel_gazelle, and go-ethereum to Support Go 1.11 (#490)

* Update rules_go, bazel-gazelle, and go-ethereum to support go 1.11

* gazelle
This commit is contained in:
Preston Van Loon
2018-09-10 17:14:29 -04:00
committed by Raul Jordan
parent ab3c0efdba
commit 78c763368b
5 changed files with 10 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ go_library(
"//proto/beacon/rpc/v1:go_default_library",
"@com_github_ethereum_go_ethereum//event:go_default_library",
"@com_github_gogo_protobuf//proto:go_default_library",
"@com_github_golang_protobuf//ptypes:go_default_library",
"@com_github_golang_protobuf//ptypes:go_default_library_gen",
"@com_github_minio_blake2b_simd//:go_default_library",
"@com_github_sirupsen_logrus//:go_default_library",
],