mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
13 lines
385 B
Python
13 lines
385 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["roughtime.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/shared/roughtime",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@com_github_cloudflare_roughtime//:go_default_library",
|
|
"@com_github_sirupsen_logrus//:go_default_library",
|
|
],
|
|
)
|