mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
* Update V3 from V4 * Fix build v3 -> v4 * Update ssz * Update beacon_chain.pb.go * Fix formatter import * Update update-mockgen.sh comment to v4 * Fix conflicts. Pass build and tests * Fix test
10 lines
313 B
Python
10 lines
313 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["http_backup_handler.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v4/monitoring/backup",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_sirupsen_logrus//:go_default_library"],
|
|
)
|