Files
mcdeploy/go.mod
Kyle Isom 02a28cff67 Migrate module path from kyle/ to mc/ org
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 02:07:56 -07:00

14 lines
245 B
Modula-2

module git.wntrmute.dev/mc/mcdeploy
go 1.25.7
require (
github.com/pelletier/go-toml/v2 v2.3.0
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)