hatecomputers.club/go.mod

9 lines
158 B
Modula-2
Raw Normal View History

2024-03-26 18:00:05 -04:00
module git.hatecomputers.club/hatecomputers/hatecomputers.club
2024-03-25 14:08:35 -04:00
go 1.22.1
2024-03-26 18:00:05 -04:00
require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
)