diff --git a/go.mod b/go.mod index ddd8da5..67955e1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.dev.alexdunmow.com/block/lcars go 1.26.4 -require git.dev.alexdunmow.com/block/core v0.11.1 +require git.dev.alexdunmow.com/block/core v0.12.4 require ( connectrpc.com/connect v1.20.0 // indirect diff --git a/go.sum b/go.sum index f9aeb71..9ec44cf 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,8 @@ connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ= connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4= git.dev.alexdunmow.com/block/core v0.11.1 h1:5b3Ps9CLor2FGyxw/Qovt27AGZKR5Xi1JZGi/TfliTA= git.dev.alexdunmow.com/block/core v0.11.1/go.mod h1:ZwzEOxRDLDfrhQGqo6hLw01/C1z/aS4Dm9ljQMl0Bg4= +git.dev.alexdunmow.com/block/core v0.12.4 h1:F/K4DkAuBlVQivcnWNECORfUQfct0E1JOfmg+61uLzw= +git.dev.alexdunmow.com/block/core v0.12.4/go.mod h1:ZwzEOxRDLDfrhQGqo6hLw01/C1z/aS4Dm9ljQMl0Bg4= github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk= github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/a-h/templ v0.3.1020 h1:ypAT/L5ySWEnZ6Zft/5yfoWXYYkhFNvEFOeeqecg4tw= diff --git a/plugin.mod b/plugin.mod index c6b3f89..105cb68 100644 --- a/plugin.mod +++ b/plugin.mod @@ -4,7 +4,7 @@ display_name = "LCARS" scope = "@themes" version = "0.2.7" description = "Star Trek-inspired LCARS interface theme for BlockNinja — angular panels, bold accent colors, and the distinctive curved frame layout of the 24th-century starship computer." -kind = "plugin" +kind = "theme" categories = ["templates"] tags = ["retro-futurist", "scifi", "lcars", "demo", "showcase", "angular", "amber"]