Use published mcdsl v1.0.0, drop replace directive

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 12:24:01 -07:00
parent 0cada7e64e
commit 9c0a681b2c
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module git.wntrmute.dev/kyle/mcat
go 1.25.7
require (
git.wntrmute.dev/kyle/mcdsl v0.0.0
git.wntrmute.dev/kyle/mcdsl v1.0.0
github.com/go-chi/chi/v5 v5.2.5
github.com/spf13/cobra v1.10.2
)
@@ -13,5 +13,3 @@ require (
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)
replace git.wntrmute.dev/kyle/mcdsl => /home/kyle/src/metacircular/mcdsl