load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", testonly = True, srcs = ["mock.go"], importpath = "github.com/prysmaticlabs/prysm/beacon-chain/operations/testing", visibility = ["//beacon-chain:__subpackages__"], deps = [ "//proto/eth/v1alpha1:go_default_library", "@com_github_gogo_protobuf//proto:go_default_library", ], )