diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.22.1 require ( github.com/joho/godotenv v1.5.1 - github.com/lib/pq v1.10.9 + github.com/mattn/go-sqlite3 v1.14.16 github.com/tealeg/xlsx/v3 v3.3.6 ) |