Skip to content

Commit

Permalink
Add explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User authored and dennis-tra committed Mar 25, 2024
1 parent 4f991ce commit 71b5295
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 360 deletions.
6 changes: 6 additions & 0 deletions beacon-chain/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ go_library(
"@com_github_prysmaticlabs_fastssz//:go_default_library",
"@com_github_sirupsen_logrus//:go_default_library",
"@com_github_urfave_cli_v2//:go_default_library",
"@com_github_aws_aws_sdk_go_v2_config//:go_default_library",
"@com_github_aws_aws_sdk_go_v2_service_kinesis//:go_default_library",
"@com_github_dennis_tra_go_kinesis//:go_default_library",
],
)

Expand Down Expand Up @@ -106,5 +109,8 @@ go_test(
"@com_github_ethereum_go_ethereum//common:go_default_library",
"@com_github_sirupsen_logrus//hooks/test:go_default_library",
"@com_github_urfave_cli_v2//:go_default_library",
"@com_github_aws_aws_sdk_go_v2_config//:go_default_library",
"@com_github_aws_aws_sdk_go_v2_service_kinesis//:go_default_library",
"@com_github_dennis_tra_go_kinesis//:go_default_library",
],
)
2 changes: 2 additions & 0 deletions beacon-chain/p2p/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ go_library(
"@com_github_sirupsen_logrus//:go_default_library",
"@io_opencensus_go//trace:go_default_library",
"@org_golang_google_protobuf//proto:go_default_library",
"@com_github_dennis_tra_go_kinesis//:go_default_library",
"@com_github_google_uuid//:go_default_library",
],
)

Expand Down
2 changes: 2 additions & 0 deletions beacon-chain/sync/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ go_library(
"@com_github_trailofbits_go_mutexasserts//:go_default_library",
"@io_opencensus_go//trace:go_default_library",
"@org_golang_google_protobuf//proto:go_default_library",
"@com_github_dennis_tra_go_kinesis//:go_default_library",
"@com_github_google_uuid//:go_default_library",
],
)

Expand Down
Loading

0 comments on commit 71b5295

Please sign in to comment.