Skip to content

Commit ff1c503

Browse files
committed
Format code properly
1 parent a3da4a0 commit ff1c503

18 files changed

Lines changed: 72 additions & 800 deletions

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ bazel_dep(name = "grpc", version = "1.83.0")
5656
bazel_dep(name = "googleapis", version = "0.0.0-20260716-3e4ab771")
5757
bazel_dep(name = "googleapis-cc", version = "1.1.5")
5858
bazel_dep(name = "googleapis-grpc-cc", version = "1.1.5")
59+
local_path_override(
60+
module_name = "curl",
61+
path = "/tmp/curl",
62+
)

0 commit comments

Comments
 (0)