Skip to content

Commit

Permalink
Add platforms to MODULE.bazel to support no-workspace builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Sep 23, 2024
1 parent 9cf8b2d commit 178b675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "1.42.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_go", version = "0.49.0")
bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "platforms", version = "0.0.10")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down

0 comments on commit 178b675

Please sign in to comment.