| commit | b7df5ba641a78b4ef0c926ea45bffb5cf76c8915 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Wed Dec 04 17:58:54 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 05 13:08:05 2024 +0000 |
| tree | 96f9f7a280d661de9f00cd6b17b158db49033b34 | |
| parent | d1a8b64d305c57f45416fc40b39211541113a373 [diff] |
gomod: clean up indirect section We had some direct dependencies in the indirect section, causing go mod tidy to create new sections every time a new dependency is added. Clean this up by moving the direct dependencies into the correct section, leaving us with one direct and one indirect section. Change-Id: I1b06e7b08d8d7ca2ed535400d33997b089e04cf0 Reviewed-on: https://review.monogon.dev/c/monogon/+/3680 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.