mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
4ff91bebf8
* Update gomock * Update mockgen * Gaz * Go mod * Cleanup * Regenerate gomock * Manually fix import
11 lines
322 B
Python
11 lines
322 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
testonly = True,
|
|
srcs = ["password_reader_mock.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v5/cmd/mock",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@org_uber_go_mock//gomock:go_default_library"],
|
|
)
|