smartblock/go.mod
Alex Dunmow 226a2685f0 feat(sdk): migrate block/core → block/pluginsdk v0.1.0
Imports rewritten to the extracted plugin SDK module (P2 of the proto-first
plugin SDK program); block/core require dropped. Wasm build + check-safety
verified.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 11:16:05 +08:00

18 lines
558 B
Modula-2

module git.dev.alexdunmow.com/block/smartblock
go 1.26.4
require git.dev.alexdunmow.com/block/pluginsdk v0.1.0
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.10.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/text v0.36.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)