diff --git a/network/BUILD.bazel b/network/BUILD.bazel index 0fc3e357016c..aeceed1c0224 100644 --- a/network/BUILD.bazel +++ b/network/BUILD.bazel @@ -10,6 +10,7 @@ go_library( importpath = "github.com/prysmaticlabs/prysm/v4/network", visibility = ["//visibility:public"], deps = [ + "//api:go_default_library", "//network/authorization:go_default_library", "@com_github_ethereum_go_ethereum//rpc:go_default_library", "@com_github_golang_jwt_jwt_v4//:go_default_library",