Pick up ninjatpl perf release (pooled tag-body buffers, lexer escape fast-path). No API change; templates/pongo builds and behaves identically. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
24 lines
621 B
Modula-2
24 lines
621 B
Modula-2
module git.dev.alexdunmow.com/block/core
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
connectrpc.com/connect v1.20.0
|
|
git.dev.alexdunmow.com/block/ninjatpl v1.0.2
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/a-h/templ v0.3.1020
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
github.com/tetratelabs/wazero v1.12.0
|
|
golang.org/x/crypto v0.48.0
|
|
golang.org/x/mod v0.34.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
golang.org/x/sys v0.44.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
)
|