All import paths updated to git.wntrmute.dev/mc/. Bumps mcdsl to v1.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
320 B
Modula-2
16 lines
320 B
Modula-2
module git.wntrmute.dev/mc/mcat
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
git.wntrmute.dev/mc/mcdsl v1.2.0
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/spf13/cobra v1.10.2
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
)
|