Skip to content

Commit

Permalink
remove unneded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bentekkie committed Jul 17, 2024
1 parent 35ba4de commit b560b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ node.toolchain(
)
use_repo(node, "nodejs", "nodejs_toolchains")

bazel_dep(name = "rules_python", version = "0.34.0")
## C++ Dependencies

# Protobuf and abseil are linked against by goma's input processor so we must keep the source versions in sync
bazel_dep(
name = "protobuf",
version = "26.0.bcr.2", # Same version as used in goma patch
version = "26.0.bcr.1", # Same version as used in goma patch
repo_name = "com_google_protobuf",
)
single_version_override(
Expand All @@ -66,7 +65,7 @@ git_override(
remote = "https://github.com/abseil/abseil-cpp.git",
)

bazel_dep(name = "grpc", version = "1.65.0", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "grpc", version = "1.63.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "glog", version = "0.7.0", repo_name = "com_github_google_glog")
bazel_dep(name = "gflags", version = "2.2.2", repo_name = "com_github_gflags_gflags")
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", repo_name = "com_google_googletest")
Expand Down

0 comments on commit b560b61

Please sign in to comment.