mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
13 lines
392 B
Python
13 lines
392 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["iface.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/slasher/detection/attestations/iface",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//proto/prysm/v1alpha1:go_default_library",
|
|
"//slasher/detection/attestations/types:go_default_library",
|
|
],
|
|
)
|