Align Go runtime version for BlockNinja CMS plugin ABI compatibility — Go plugins require an exact host/plugin runtime match. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
21 lines
623 B
Modula-2
21 lines
623 B
Modula-2
module git.dev.alexdunmow.com/block/themes/gotham
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
git.dev.alexdunmow.com/block/core v0.10.1-0.20260603040156-06cabd6eb9e6
|
|
github.com/a-h/templ v0.3.1020
|
|
)
|
|
|
|
require (
|
|
connectrpc.com/connect v1.20.0 // indirect
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.9.2 // indirect
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|