diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ -module hatecomputers.club/m +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 +) |
