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 273c651 commit 4d085e7Copy full SHA for 4d085e7
bazel/MODULE.bazel
@@ -21,7 +21,7 @@ archive_override(
21
module_name = "re2",
22
integrity = "sha256-lK1zvSsyF3h0I5u7ClliWQEhIlJ1FRjCf4f3jRkcNq0=",
23
strip_prefix = "re2-c84a140c93352cdabbfb547c531be34515b12228",
24
- url = "https://github.com/google/re2/archive/c84a140c93352cdabbfb547c531be34515b12228.tar.gz",
+ urls = ["https://github.com/google/re2/archive/c84a140c93352cdabbfb547c531be34515b12228.tar.gz"],
25
)
26
27
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
0 commit comments