Skip to content

Commit

Permalink
chore: copybara fixes for CLI sync (#5478)
Browse files Browse the repository at this point in the history
---

### Changes are visible to end-users: no

### Test plan

- Manual testing; please provide instructions so we can reproduce:
sync to #697 looks right

GitOrigin-RevId: d0125843e886e7dfd7b2d124e85cd3259c5d6ad5
  • Loading branch information
alexeagle authored and gregmagolan committed May 20, 2024
1 parent dcfe3f0 commit 1e4a904
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gazelle/common/git/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_library(
deps = [
"//pkg/logger",
"@bazel_gazelle//config:go_default_library",
"@com_github_go_git_go_git//plumbing/format/gitignore",
"@com_github_go_git_go_git//plumbing/format/gitignore:go_default_library",
],
)

Expand Down
1 change: 1 addition & 0 deletions gazelle/common/treesitter/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go_library(
"//gazelle/common/treesitter/grammars/kotlin",
"//gazelle/common/treesitter/grammars/tsx",
"//gazelle/common/treesitter/grammars/typescript",
"//pkg/logger",
"@com_github_smacker_go_tree_sitter//:go-tree-sitter",
],
)
6 changes: 5 additions & 1 deletion pkg/aspect/init/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "init",
srcs = ["init.go"],
srcs = [
"init.go",
],
importpath = "aspect.build/cli/pkg/aspect/init",
visibility = ["//visibility:public"],
deps = [
"//pkg/aspect/root/flags",
"//pkg/bazel",
"//pkg/bazel/workspace",
"//pkg/ioutils",
"@com_github_hay_kot_scaffold//app/commands",
Expand All @@ -15,5 +18,6 @@ go_library(
"@com_github_rs_zerolog//:zerolog",
"@com_github_rs_zerolog//log",
"@com_github_spf13_cobra//:cobra",
"@com_github_urfave_cli_v2//:cli",
],
)

0 comments on commit 1e4a904

Please sign in to comment.