small cleanput and switch to sentinel

This commit is contained in:
Zoe
2025-05-16 03:23:47 +00:00
parent c31f070b46
commit a6f4782518
11 changed files with 69 additions and 213 deletions

10
go.mod
View File

@@ -1,15 +1,11 @@
module github.com/juls0730/gloom
go 1.23.4
go 1.24.2
require (
github.com/joho/godotenv v1.5.1
github.com/juls0730/sentinel v0.0.0-20250515154110-2e7e6586cacd
github.com/mattn/go-sqlite3 v1.14.24
)
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
golang.org/x/sys v0.29.0 // indirect
)
require golang.org/x/sync v0.14.0 // indirect