Bump mcdsl to f94c4b1 for $PORT env var support

Update mcdsl from v1.0.0 to the port-env-support branch tip, which
adds automatic $PORT environment variable support to the config
package. Adapt grpcserver.New call to the updated signature that now
accepts an *Options parameter (pass nil for default behavior).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 01:07:52 -07:00
parent acc4851549
commit 0838bcbab2
6 changed files with 102 additions and 12 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.wntrmute.dev/kyle/mcr
go 1.25.7
require (
git.wntrmute.dev/kyle/mcdsl v1.0.0
git.wntrmute.dev/kyle/mcdsl v1.0.2-0.20260327074919-f94c4b1abf9c
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
github.com/spf13/cobra v1.10.2