temp change for go-ssz

This commit is contained in:
nisdas
2019-06-10 16:22:45 +08:00
parent 3c6c3b9999
commit 3411cb9d6d

View File

@@ -139,16 +139,15 @@ load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_depen
buildifier_dependencies()
http_archive(
go_repository(
name = "com_github_prysmaticlabs_go_ssz",
sha256 = "f6fd5d623a988337810b956ddaf612dce771d9d0f9256934c8f4b1379f1cb2f6",
strip_prefix = "go-ssz-2e84733edbac32aca6d47feafc4441e43b10047f",
url = "https://github.com/prysmaticlabs/go-ssz/archive/2e84733edbac32aca6d47feafc4441e43b10047f.tar.gz",
commit = "f4c769c5c2f666c0a2db5acaf327da6e74f2100d",
importpath = "github.com/prysmaticlabs/go-ssz",
)
load("@com_github_prysmaticlabs_go_ssz//:deps.bzl", "go_ssz_dependencies")
#load("@com_github_prysmaticlabs_go_ssz//:deps.bzl", "go_ssz_dependencies")
go_ssz_dependencies()
#go_ssz_dependencies()
go_repository(
name = "com_github_golang_mock",