Skip to content
Snippets Groups Projects
Commit 08927385 authored by meskio's avatar meskio :tent:
Browse files

Keep an old version of gorm

parent 0723ddfe
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ require ( ...@@ -8,7 +8,7 @@ require (
github.com/olivere/env v1.1.0 github.com/olivere/env v1.1.0
golang.org/x/crypto v0.24.0 golang.org/x/crypto v0.24.0
gorm.io/driver/sqlite v1.5.6 gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.10 // FIXME: newer versions fail transaction.order gorm.io/gorm v1.20.1 // FIXME: newer versions fail transaction.order
) )
require ( require (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment