From de6970e9b2a324a38ca4c8b734d85681190ba4b2 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 29 May 2025 21:28:30 +0100 Subject: [PATCH] chore: remove go-sqlite3 --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 3144aad..9e0124c 100644 --- a/go.mod +++ b/go.mod @@ -6,10 +6,8 @@ require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect - github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/spf13/cobra v1.9.1 // indirect github.com/spf13/pflag v1.0.6 // indirect golang.org/x/text v0.25.0 // indirect - gorm.io/driver/sqlite v1.5.7 // indirect gorm.io/gorm v1.30.0 // indirect )