diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-21 19:01:42 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-21 19:01:42 +0100 |
| commit | 453e9805ef6583e2177fb55fa1e45cf5816a7e67 (patch) | |
| tree | 84374b8f86fe53cae3f24d39343b5930f25129ea /go.mod | |
| parent | 1c86bdda2a3067ade9aa765d8d87fe27151dd895 (diff) | |
feat(backend): connect to sqlite db
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ require ( github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 ) + +require github.com/mattn/go-sqlite3 v1.14.32 // indirect |
