We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c253433 commit 3497a57Copy full SHA for 3497a57
formatter/BUILD.bazel
@@ -5,5 +5,10 @@ go_library(
5
srcs = ["formatter.go"],
6
importpath = "github.com/google/go-jsonnet/formatter",
7
visibility = ["//visibility:public"],
8
- deps = ["//internal/formatter:go_default_library"],
+ deps = [],
9
+ deps = [
10
+ "//ast:go_default_library",
11
+ "//internal/parser:go_default_library",
12
+ "//internal/formatter:go_default_library",
13
+ ],
14
)
0 commit comments