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:00 -07:00
parent c67601c7f6
commit 885bf4bd56
4 changed files with 10 additions and 5 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module git.wntrmute.dev/kyle/mcr
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/google/uuid v1.6.0
github.com/spf13/cobra v1.10.2
@@ -28,5 +28,3 @@ require (
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.47.0 // indirect
)
replace git.wntrmute.dev/kyle/mcdsl => /home/kyle/src/metacircular/mcdsl