Skip to content

Commit 3497a57

Browse files
committed
chore: fix dependency list in formatter directory
1 parent c253433 commit 3497a57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

formatter/BUILD.bazel

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ go_library(
55
srcs = ["formatter.go"],
66
importpath = "github.com/google/go-jsonnet/formatter",
77
visibility = ["//visibility:public"],
8-
deps = ["//internal/formatter:go_default_library"],
8+
deps = [],
9+
deps = [
10+
"//ast:go_default_library",
11+
"//internal/parser:go_default_library",
12+
"//internal/formatter:go_default_library",
13+
],
914
)

0 commit comments

Comments
 (0)