mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 16:37:39 +00:00
d17996f8b0
* Update V3 from V4 * Fix build v3 -> v4 * Update ssz * Update beacon_chain.pb.go * Fix formatter import * Update update-mockgen.sh comment to v4 * Fix conflicts. Pass build and tests * Fix test
16 lines
436 B
Python
16 lines
436 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
# gazelle:resolve go github.com/herumi/bls-eth-go-binary/bls @herumi_bls_eth_go_binary//:go_default_library
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["init.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v4/crypto/bls/herumi",
|
|
visibility = [
|
|
"//crypto/bls:__pkg__",
|
|
],
|
|
deps = [
|
|
"@herumi_bls_eth_go_binary//:go_default_library",
|
|
],
|
|
)
|