From 31b7d10ff0df0dba469c67d532aabbc29cceb5f0 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 15:35:24 -1000 Subject: Add sqlmock dependency for auth unit tests Co-Authored-By: Claude Opus 4.5 --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 055dc8f..330550e 100644 --- a/go.mod +++ b/go.mod @@ -7,10 +7,10 @@ require ( github.com/mattn/go-sqlite3 v1.14.33 ) -require github.com/joho/godotenv v1.5.1 - require ( - github.com/alexedwards/scs/sqlite3store v0.0.0-20251002162104-209de6e426de // indirect - github.com/alexedwards/scs/v2 v2.9.0 // indirect - golang.org/x/crypto v0.47.0 // indirect + github.com/DATA-DOG/go-sqlmock v1.5.2 + github.com/alexedwards/scs/sqlite3store v0.0.0-20251002162104-209de6e426de + github.com/alexedwards/scs/v2 v2.9.0 + github.com/joho/godotenv v1.5.1 + golang.org/x/crypto v0.47.0 ) -- cgit v1.2.3