Skip to content

Commit

Permalink
Update WORKSPACE for rules_proto v6
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed May 14, 2024
1 parent 7dfe92f commit 03c0c95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
workspace(name = "grpc_ecosystem_grpc_gateway")

load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

Expand Down Expand Up @@ -55,10 +58,12 @@ http_archive(
],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")

rules_proto_dependencies()

load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")

rules_proto_toolchains()

http_archive(
Expand Down

0 comments on commit 03c0c95

Please sign in to comment.