Complete infrastructure platform CLI: - Container runtime (systemd-nspawn) - VoltVisor VMs (Neutron Stardust / QEMU) - Stellarium CAS (content-addressed storage) - ORAS Registry - GitOps integration - Landlock LSM security - Compose orchestration - Mesh networking Copyright (c) Armored Gates LLC. All rights reserved. Licensed under AGPSL v5.0
16 lines
287 B
Modula-2
16 lines
287 B
Modula-2
module github.com/armoredgate/volt
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/sys v0.16.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|