mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 12:27:18 +00:00
ee5d75732d
* Add pkg crypto * Update go.yml Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
16 lines
433 B
Python
16 lines
433 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/crypto/bls/herumi",
|
|
visibility = [
|
|
"//crypto/bls:__pkg__",
|
|
],
|
|
deps = [
|
|
"@herumi_bls_eth_go_binary//:go_default_library",
|
|
],
|
|
)
|