Skip to content

Commit

Permalink
remove duplicated deps, embed
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Aug 12, 2018
1 parent 5a9f257 commit ee29d53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/proposer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ go_test(
size = "small",
srcs = ["service_test.go"],
embed = [":go_default_library"],
deps = [
"//shared/testutil:go_default_library",
"@com_github_golang_mock//gomock:go_default_library",
"@com_github_sirupsen_logrus//:go_default_library",
],
embed = [":go_default_library"],
deps = [
"//shared/testutil:go_default_library",
"@com_github_golang_mock//gomock:go_default_library",
Expand Down

0 comments on commit ee29d53

Please sign in to comment.