Add private-plugin RPCs (ListPrivatePlugins, DeletePrivatePlugin, DeletePrivatePluginVersion, ListPrivatePluginInstallSites) and ListMyAccounts to the proto/generated stubs; introduce PluginVisibility enum replacing the loose string field; add ModPlugin.Private + Coords() routing to @private/<name>@<version>; update ninja CLI to use VisibilityLabel helper; bump go directive to 1.26.4 for ABI alignment. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
741 B
Modula-2
26 lines
741 B
Modula-2
module git.dev.alexdunmow.com/block/core
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
connectrpc.com/connect v1.20.0
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/a-h/templ v0.3.1001
|
|
github.com/flosch/pongo2/v6 v6.1.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
github.com/spf13/cobra v1.10.2
|
|
golang.org/x/mod v0.34.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/rogpeppe/go-internal v1.15.0 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
)
|