HTMLBlock uses MediaResolver interface instead of db.Queries for media metadata enrichment. Includes shared ButtonConfig, MediaValue, TemplateRenderer interface, and block helper utilities. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
673 B
Modula-2
24 lines
673 B
Modula-2
module git.dev.alexdunmow.com/ninja/core
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
connectrpc.com/connect v1.19.2
|
|
github.com/a-h/templ v0.3.1001
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
golang.org/x/mod v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/yuin/goldmark v1.8.2 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
google.golang.org/protobuf v1.36.9 // indirect
|
|
)
|