@@ -13,12 +13,15 @@ go_library(
1313 deps = [
1414 "//pkg/privateactionrunner/adapters/logging" ,
1515 "//pkg/privateactionrunner/runners" ,
16+ "//pkg/privateactionrunner/task-verifier" ,
1617 "//pkg/privateactionrunner/types" ,
1718 "//pkg/privateactionrunner/util" ,
1819 "//pkg/proto/pbgo/privateactionrunner/errorcode" ,
1920 "//pkg/proto/pbgo/privateactionrunner/executor" ,
2021 "@com_github_benbjohnson_clock//:clock" ,
2122 "@org_golang_google_grpc//:grpc" ,
23+ "@org_golang_google_grpc//codes" ,
24+ "@org_golang_google_grpc//status" ,
2225 ] + select ({
2326 "@rules_go//go/platform:windows" : [
2427 "@com_github_microsoft_go_winio//:go-winio" ,
@@ -37,6 +40,7 @@ dd_agent_go_test(
3740 embed = [":executor" ],
3841 deps = [
3942 "//pkg/privateactionrunner/runners" ,
43+ "//pkg/privateactionrunner/task-verifier" ,
4044 "//pkg/privateactionrunner/types" ,
4145 "//pkg/privateactionrunner/util" ,
4246 "//pkg/proto/pbgo/privateactionrunner/errorcode" ,
@@ -45,7 +49,10 @@ dd_agent_go_test(
4549 "@com_github_stretchr_testify//assert" ,
4650 "@com_github_stretchr_testify//require" ,
4751 "@org_golang_google_grpc//:grpc" ,
52+ "@org_golang_google_grpc//codes" ,
4853 "@org_golang_google_grpc//credentials" ,
4954 "@org_golang_google_grpc//credentials/insecure" ,
55+ "@org_golang_google_grpc//status" ,
56+ "@org_golang_google_protobuf//proto" ,
5057 ],
5158)
0 commit comments