| commit | 4a3e05f11004a220ccde2f9f4db026c3090185fa | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Jul 30 18:19:21 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 31 15:53:47 2024 +0000 |
| tree | 9f62fc777cea0a42abaf0ae93a82d61829de7e57 | |
| parent | 57937c032e093f6b8e6693a4d0c7b370daec7f1a [diff] [blame] |
WORKSPACE: migrate simple http_archive, http_file and git_repositories to bzlmod All the others will follow but are more invasive changes. Change-Id: I12b6983015be89e179d7e61ae25bf98a48b2c468 Reviewed-on: https://review.monogon.dev/c/monogon/+/3282 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
diff --git a/MODULE.bazel b/MODULE.bazel index e68816e..450ffa4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -100,3 +100,5 @@ include("//:go.MODULE.bazel") include("//:oci.MODULE.bazel") + +include("//:third_party.MODULE.bazel")