Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Sep 24, 2024
1 parent 62077a5 commit a6ceddb
Show file tree
Hide file tree
Showing 5 changed files with 883 additions and 13 deletions.
10 changes: 6 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ bazel_dep(name = "gazelle", version = "0.38.0")

# NOTE for closure

bazel_dep(name = "protobuf",
repo_name="com_google_protobuf", # needed for rules_closure to find it
version = "28.2")
bazel_dep(
name = "protobuf",
version = "28.2",
repo_name = "com_google_protobuf", # needed for rules_closure to find it
)

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down Expand Up @@ -54,7 +56,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.9.0")

# Protobuf rules
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_java", version = "7.11.1") # NOTE: for closure
bazel_dep(name = "rules_java", version = "7.11.1") # NOTE: for closure

# Docker/OCI & archive rules with image definitions
bazel_dep(name = "rules_pkg", version = "1.0.1")
Expand Down
Loading

0 comments on commit a6ceddb

Please sign in to comment.