all repos — memnarch @ 2bb6d24546698e84f332e59c36c22c5b8de764ba

featherweight orchestrator

go.mod (raw)

1
2
3
4
5
6
7
8
module forge.lightcrystal.systems/lightcrystal/memnarch

go 1.20

require (
	gopkg.in/yaml.v3 v3.0.1
	hacklab.nilfm.cc/quartzgun v0.3.2
)