mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 17:31:02 +02:00
Fix //c-bindings bazel build
Add missing bazel dependency so `bazel build //c-bindings` works again.
This commit is contained in:
parent
e33730a31e
commit
0a32b8c327
@ -28,6 +28,7 @@ go_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//:go_default_library",
|
"//:go_default_library",
|
||||||
"//ast:go_default_library",
|
"//ast:go_default_library",
|
||||||
|
"//formatter:go_default_library",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user