diff options
author | Grail Finder <wohilas@gmail.com> | 2025-04-05 12:40:13 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-04-05 12:40:13 +0300 |
commit | 55ed7d6bb605680a21e406a4084edb5df9f5eaec (patch) | |
tree | 3b7a306a41fb4f9ee9d2769a36ae28dfc42fe8e6 /go.mod | |
parent | 59a1e23dcc69fb5dd33f505e3b8f4923770e73a2 (diff) |
Enha: users table
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |