Added backlite UI to the admin panel.

This commit is contained in:
mikestefanello 2025-05-02 10:18:15 -04:00
parent 52f87580a0
commit 3cfcb43031
8 changed files with 99 additions and 13 deletions

2
go.mod
View file

@ -12,7 +12,7 @@ require (
github.com/labstack/echo/v4 v4.13.3
github.com/mattn/go-sqlite3 v1.14.28
github.com/maypok86/otter v1.2.4
github.com/mikestefanello/backlite v0.4.0
github.com/mikestefanello/backlite v0.5.0
github.com/spf13/afero v1.14.0
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.10.0