hatecomputers.club/go.mod

9 lines
158 B
Modula-2

module git.hatecomputers.club/hatecomputers/hatecomputers.club
go 1.22.1
require (
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
)