mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
temp change for go-ssz
This commit is contained in:
11
WORKSPACE
11
WORKSPACE
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user