Skip to content

Commit

Permalink
Replace hardcoded list of protos with a generated file using genquery…
Browse files Browse the repository at this point in the history
… + jq + write_source_files

Signed-off-by: norbjd <[email protected]>
  • Loading branch information
norbjd committed May 27, 2023
1 parent 6a55133 commit 536b9c2
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 337 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ load("//bazel:dependency_imports.bzl", "envoy_dependency_imports")
envoy_dependency_imports()

# TODO: could these be moved into a dedicated file to avoid bloating the WORKSPACE?
load("//bazel/jsonschema:com_github_chrusty_protoc_gen_jsonschema_deps.bzl", "go_dependencies")
load("//tools/protojsonschema:com_github_chrusty_protoc_gen_jsonschema_deps.bzl", "go_dependencies")
load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains")

# gazelle:repository_macro bazel/jsonschema/com_github_chrusty_protoc_gen_jsonschema_deps.bzl%go_dependencies
# gazelle:repository_macro //tools/protojsonschema/com_github_chrusty_protoc_gen_jsonschema_deps.bzl%go_dependencies
go_dependencies()

rules_proto_grpc_toolchains()
Loading

0 comments on commit 536b9c2

Please sign in to comment.