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 f5a1809
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
workspace(name = "grpc_ecosystem_grpc_gateway")

http_archive(
name = "bazel_features",
sha256 = "95fb3cfd11466b4cad6565e3647a76f89886d875556a4b827c021525cb2482bb",
strip_prefix = "bazel_features-1.10.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.10.0/bazel_features-v1.10.0.tar.gz",
)
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 +64,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 f5a1809

Please sign in to comment.