aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ccc5ca8..1210282 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)