Skip to content

Commit

Permalink
bazel: Re-run gazelle to clean up BUILD.bazel files
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Oct 9, 2019
1 parent 015c48d commit 3eb5564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build/debs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ go_library(
srcs = ["build.go"],
importpath = "k8s.io/release/build/debs",
visibility = ["//visibility:private"],
deps = ["@com_github_blang_semver//:go_default_library"],
deps = [
"@com_github_blang_semver//:go_default_library",
"@com_github_google_go_github//v28/github:go_default_library",
],
)

go_binary(
Expand Down
2 changes: 1 addition & 1 deletion cmd/release-notes/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go_library(
"//pkg/notes:go_default_library",
"@com_github_go_kit_kit//log:go_default_library",
"@com_github_go_kit_kit//log/level:go_default_library",
"@com_github_google_go_github_v27//github:go_default_library",
"@com_github_google_go_github//v27/github:go_default_library",
"@com_github_kolide_kit//env:go_default_library",
"@org_golang_x_oauth2//:go_default_library",
],
Expand Down
4 changes: 2 additions & 2 deletions pkg/notes/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go_library(
deps = [
"@com_github_go_kit_kit//log:go_default_library",
"@com_github_go_kit_kit//log/level:go_default_library",
"@com_github_google_go_github_v27//github:go_default_library",
"@com_github_google_go_github//v27/github:go_default_library",
"@com_github_pkg_errors//:go_default_library",
"@in_gopkg_src_d_go_git_v4//:go_default_library",
"@in_gopkg_src_d_go_git_v4//plumbing:go_default_library",
Expand All @@ -27,7 +27,7 @@ go_test(
],
embed = [":go_default_library"],
deps = [
"@com_github_google_go_github_v27//github:go_default_library",
"@com_github_google_go_github//v27/github:go_default_library",
"@com_github_stretchr_testify//require:go_default_library",
"@org_golang_x_oauth2//:go_default_library",
],
Expand Down

0 comments on commit 3eb5564

Please sign in to comment.