github.com/prysmaticlabs/prysm@v1.4.4/slasher/detection/attestations/iface/BUILD.bazel (about)

     1  load("@prysm//tools/go:def.bzl", "go_library")
     2  
     3  go_library(
     4      name = "go_default_library",
     5      srcs = ["iface.go"],
     6      importpath = "github.com/prysmaticlabs/prysm/slasher/detection/attestations/iface",
     7      visibility = ["//visibility:public"],
     8      deps = [
     9          "//proto/eth/v1alpha1:go_default_library",
    10          "//slasher/detection/attestations/types:go_default_library",
    11      ],
    12  )