Use mcdsl v1.5.0 release (remove replace directive)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 15:34:04 -07:00
parent 18756f62b7
commit 908aaed168
3 changed files with 4 additions and 5 deletions

4
go.mod
View File

@@ -2,10 +2,8 @@ module git.wntrmute.dev/mc/mcr
go 1.25.7
replace git.wntrmute.dev/mc/mcdsl => ../mcdsl
require (
git.wntrmute.dev/mc/mcdsl v1.2.0
git.wntrmute.dev/mc/mcdsl v1.5.0
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
github.com/spf13/cobra v1.10.2