Skip to content

Commit

Permalink
added some extra modules in order to avoid various warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Dec 26, 2024
1 parent f334dc5 commit 6f78729
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ bazel_dep(name = "curl", version = "8.8.0.bcr.2")
bazel_dep(name = "depend_on_what_you_use", version = "0.6.0")
bazel_dep(name = "google_benchmark", version = "1.8.5")
bazel_dep(name = "googletest", version = "1.15.2")
bazel_dep(name = "rules_apple", version = "3.16.1")
bazel_dep(name = "re2", version = "2024-07-02.bcr.1")
bazel_dep(name = "rules_go", version = "0.51.0")
bazel_dep(name = "gazelle", version = "0.40.0")
bazel_dep(name = "stardoc", version = "0.7.2")
bazel_dep(name = "rules_android", version = "0.6.0")

bazel_dep(name = "grpc", version = "1.69.0")

Expand Down

0 comments on commit 6f78729

Please sign in to comment.