small cleanput and switch to sentinel
This commit is contained in:
10
go.mod
10
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user