properly organize and configure gloom

This commit is contained in:
Zoe
2025-05-16 17:23:32 +00:00
parent a6f4782518
commit a8ec911f74
12 changed files with 246 additions and 90 deletions

5
go.mod
View File

@@ -8,4 +8,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
)
require golang.org/x/sync v0.14.0 // indirect
require (
github.com/BurntSushi/toml v1.5.0
golang.org/x/sync v0.14.0 // indirect
)