cli/pkg/devops/go.mod
Snider 7275961769 feat(devops): add config loading
Loads ~/.core/config.yaml with image source preferences.
Defaults to auto-detection with host-uk/core-images.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 02:04:01 +00:00

9 lines
178 B
Modula-2

module github.com/host-uk/core/pkg/devops
go 1.25
require github.com/host-uk/core v0.0.0
require gopkg.in/yaml.v3 v3.0.1 // indirect
replace github.com/host-uk/core => ../..