We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60134d commit e6ef2b2Copy full SHA for e6ef2b2
README.md
@@ -16,6 +16,20 @@ Those dependencies must be installed in the WORKSPACE
16
* [Skylib](https://github.com/bazelbuild/bazel-skylib)
17
* [Python Rules](https://github.com/bazelbuild/rules_python)
18
19
+bzlmod usage (until it's available in the registry)
20
+
21
+```starlark
22
+bazel_dep(name = "rules_opa", version = <version>)
23
24
+git_override(
25
+ module_name = "rules_opa",
26
+ commit = <commit>,
27
+ remote = "https://github.com/ticketmaster/rules_opa",
28
+)
29
+```
30
31
+Legacy workspace
32
33
```starlark
34
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
35
0 commit comments