aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod7
1 files changed, 1 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 772ba08..ef7c087 100644
--- a/go.mod
+++ b/go.mod
@@ -7,15 +7,10 @@ require git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
require (
github.com/MicahParks/keyfunc/v3 v3.3.3
github.com/golang-jwt/jwt/v5 v5.2.1
- gorm.io/driver/sqlite v1.5.6
- gorm.io/gorm v1.25.11
+ github.com/mattn/go-sqlite3 v1.14.22
)
require (
github.com/MicahParks/jwkset v0.5.18 // 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
- golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
)