Skip to content

Commit

Permalink
chore: fix dependency list in formatter directory
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jun 10, 2024
1 parent c253433 commit 3497a57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion formatter/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ go_library(
srcs = ["formatter.go"],
importpath = "github.com/google/go-jsonnet/formatter",
visibility = ["//visibility:public"],
deps = ["//internal/formatter:go_default_library"],
deps = [],
deps = [
"//ast:go_default_library",
"//internal/parser:go_default_library",
"//internal/formatter:go_default_library",
],
)

0 comments on commit 3497a57

Please sign in to comment.