Skip to content

Commit 71b5295

Browse files
EC2 Default Userdennis-tra
EC2 Default User
authored andcommitted
Add explicit dependencies
1 parent 4f991ce commit 71b5295

File tree

4 files changed

+106
-360
lines changed

4 files changed

+106
-360
lines changed

beacon-chain/node/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ go_library(
7373
"@com_github_prysmaticlabs_fastssz//:go_default_library",
7474
"@com_github_sirupsen_logrus//:go_default_library",
7575
"@com_github_urfave_cli_v2//:go_default_library",
76+
"@com_github_aws_aws_sdk_go_v2_config//:go_default_library",
77+
"@com_github_aws_aws_sdk_go_v2_service_kinesis//:go_default_library",
78+
"@com_github_dennis_tra_go_kinesis//:go_default_library",
7679
],
7780
)
7881

@@ -106,5 +109,8 @@ go_test(
106109
"@com_github_ethereum_go_ethereum//common:go_default_library",
107110
"@com_github_sirupsen_logrus//hooks/test:go_default_library",
108111
"@com_github_urfave_cli_v2//:go_default_library",
112+
"@com_github_aws_aws_sdk_go_v2_config//:go_default_library",
113+
"@com_github_aws_aws_sdk_go_v2_service_kinesis//:go_default_library",
114+
"@com_github_dennis_tra_go_kinesis//:go_default_library",
109115
],
110116
)

beacon-chain/p2p/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ go_library(
105105
"@com_github_sirupsen_logrus//:go_default_library",
106106
"@io_opencensus_go//trace:go_default_library",
107107
"@org_golang_google_protobuf//proto:go_default_library",
108+
"@com_github_dennis_tra_go_kinesis//:go_default_library",
109+
"@com_github_google_uuid//:go_default_library",
108110
],
109111
)
110112

beacon-chain/sync/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ go_library(
138138
"@com_github_trailofbits_go_mutexasserts//:go_default_library",
139139
"@io_opencensus_go//trace:go_default_library",
140140
"@org_golang_google_protobuf//proto:go_default_library",
141+
"@com_github_dennis_tra_go_kinesis//:go_default_library",
142+
"@com_github_google_uuid//:go_default_library",
141143
],
142144
)
143145

0 commit comments

Comments
 (0)