Bump mcdsl to adopt $PORT env var support

Update mcdsl from v1.0.1 to v1.0.2-0.20260327074919-f94c4b1abf9c
(port-env-support branch) which adds $PORT environment variable
support for HTTP and gRPC server configuration.

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

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.25.7
require (
git.wntrmute.dev/kyle/goutils v1.21.0
git.wntrmute.dev/kyle/mcdsl v1.0.1
git.wntrmute.dev/kyle/mcdsl v1.0.2-0.20260327074919-f94c4b1abf9c
github.com/go-chi/chi/v5 v5.2.5
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0