mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
daa6d2e741
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
14 lines
456 B
Python
14 lines
456 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
testonly = True,
|
|
srcs = ["merkle_proof.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v4/testing/spectest/shared/deneb/merkle_proof",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//testing/spectest/shared/common/merkle_proof:go_default_library",
|
|
"//testing/spectest/shared/deneb/ssz_static:go_default_library",
|
|
],
|
|
)
|