Files
prysm/testing/require/BUILD.bazel
Bastin 92bd211e4d upgrade v6 to v7 (#15989)
* upgrade v6 to v7

* changelog

* update-go-ssz
2025-11-06 16:16:23 +00:00

14 lines
396 B
Python

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
testonly = True,
srcs = ["requires.go"],
importpath = "github.com/OffchainLabs/prysm/v7/testing/require",
visibility = ["//visibility:public"],
deps = [
"//testing/assertions:go_default_library",
"@com_github_sirupsen_logrus//hooks/test:go_default_library",
],
)