Made it more MaRkOvIaN!!!!!!
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m22s

This commit is contained in:
2026-01-19 22:33:55 -07:00
parent 80c65e8614
commit 0081978489
3 changed files with 156 additions and 816 deletions

8
go.mod
View File

@@ -5,14 +5,14 @@ go 1.25.5
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240721121621-c0bdc870f11c // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/sys v0.40.0 // indirect
)
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
github.com/tursodatabase/go-libsql v0.0.0-20250416102726-983f7e9acb0e
github.com/tursodatabase/go-libsql v0.0.0-20251219133454-43644db490ff
)