Fix deleted branch from ethereumapis (#4034)

This commit is contained in:
Preston Van Loon 2019-11-18 13:14:49 -08:00 committed by GitHub
parent f8cac0fb41
commit 0077654fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1199,7 +1199,7 @@ go_repository(
go_repository( go_repository(
name = "com_github_prysmaticlabs_ethereumapis", name = "com_github_prysmaticlabs_ethereumapis",
commit = "9747dd9834b24a8affe4e3b23b0d10efcb32f6a9", commit = "4220be00b4eeb50d10d9d4535accb5568bd94f3a",
importpath = "github.com/prysmaticlabs/ethereumapis", importpath = "github.com/prysmaticlabs/ethereumapis",
) )