Compare commits
10 Commits
1195af9039
...
c75ec15554
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c75ec15554 | ||
|
|
a5d668c788 | ||
|
|
ad4a0b7489 | ||
|
|
4ebf660ab1 | ||
|
|
b668b87532 | ||
|
|
33e32d6076 | ||
|
|
18ff148f0c | ||
|
|
4b9642c7ba | ||
| 773a310208 | |||
| d6cb1bd62c |
4
go.mod
4
go.mod
@ -1,8 +1,8 @@
|
||||
module git.dev.alexdunmow.com/block/lcars
|
||||
|
||||
go 1.26.2
|
||||
go 1.26.4
|
||||
|
||||
require git.dev.alexdunmow.com/block/core v0.10.0
|
||||
require git.dev.alexdunmow.com/block/core v0.11.1
|
||||
|
||||
require (
|
||||
connectrpc.com/connect v1.20.0 // indirect
|
||||
|
||||
4
go.sum
4
go.sum
@ -1,7 +1,7 @@
|
||||
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.10.0 h1:dWfYVbGuJOnvE58GcGGd5c71dAAKcjxrSEfjNepu4ro=
|
||||
git.dev.alexdunmow.com/block/core v0.10.0/go.mod h1:y1/Q9UMG29AplbExecnq9M7y16PZ7cYd24bjZO1SCBQ=
|
||||
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=
|
||||
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=
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
name = "lcars"
|
||||
display_name = "LCARS"
|
||||
scope = "@themes"
|
||||
version = "0.2.0"
|
||||
description = "LCARS-inspired theme — adjust this line to taste"
|
||||
version = "0.2.6"
|
||||
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"
|
||||
categories = ["templates"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user