mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
e15a0b08aa
* Remove duplicated StartSlot * Update existing tests * Gazelle Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
13 lines
386 B
Python
13 lines
386 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["utils.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/slasher/detection/testing",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//shared/rand:go_default_library",
|
|
"@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library",
|
|
],
|
|
)
|