mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
10 lines
312 B
Python
10 lines
312 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["http_backup_handler.go"],
|
|
importpath = "github.com/OffchainLabs/prysm/v7/monitoring/backup",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_sirupsen_logrus//:go_default_library"],
|
|
)
|