Update Claude to fix reference to sqlite

This commit is contained in:
2026-03-05 14:49:15 -04:00
parent 25fd4a8be7
commit dc7be0c53a
3 changed files with 8 additions and 2 deletions

4
go.mod
View File

@@ -4,7 +4,9 @@ go 1.25.0
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/go-sql-driver/mysql v1.8.1
github.com/go-sql-driver/mysql v1.9.3
github.com/golang-jwt/jwt/v5 v5.3.1
golang.org/x/crypto v0.48.0
)
require filippo.io/edwards25519 v1.1.0 // indirect