Skip to content

Commit

Permalink
clean(deps): Remove commented out rule_go + gazelle from WORKSPACE.ba…
Browse files Browse the repository at this point in the history
…zel, as that's now in MODULE.bazel
  • Loading branch information
vorburger committed Jun 23, 2023
1 parent e29fc76 commit 5d8d0ec
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,29 +74,6 @@ compat_repositories()

grpc_java_repositories()

# https://rules-proto-grpc.com/en/latest/lang/go.html#go-proto-library
# load("@rules_proto_grpc//:repositories.bzl", "bazel_gazelle", "io_bazel_rules_go")

# io_bazel_rules_go()

# bazel_gazelle()

# load("@rules_proto_grpc//go:repositories.bzl", rules_proto_grpc_go_repos = "go_repos")

# rules_proto_grpc_go_repos()

# load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

# go_rules_dependencies()

# go_register_toolchains(
# version = "1.17.1",
# )

# load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")

# gazelle_dependencies()

# https://github.com/bazelbuild/rules_closure/#setup
# TODO This is only useful after https://github.com/bazelbuild/rules_closure/issues/225
#http_archive(
Expand Down

0 comments on commit 5d8d0ec

Please sign in to comment.