feat(app): changes to dyanmically load systems based on settings

This commit is contained in:
2025-08-05 12:40:11 -05:00
parent 4dd842b3b8
commit 2473bfa702
3 changed files with 22 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ module lst.net
go 1.24.3
require (
github.com/bensch777/discord-webhook-golang v0.0.6
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.10.1
github.com/google/uuid v1.6.0
@@ -15,7 +16,6 @@ require (
)
require (
github.com/bensch777/discord-webhook-golang v0.0.6 // indirect
github.com/bytedance/sonic v1.13.3 // indirect
github.com/bytedance/sonic/loader v0.2.4 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect