summaryrefslogtreecommitdiff
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 73fae74..42e9089 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.23
require (
github.com/jmoiron/sqlx v1.3.5
- github.com/mattn/go-sqlite3 v1.14.6
+ github.com/mattn/go-sqlite3 v1.14.27
github.com/pkg/errors v0.9.1
github.com/playwright-community/playwright-go v0.5001.0
github.com/spf13/cobra v1.8.0