You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.4.5, go.mod requires gorm.io/gorm v1.24.1-0.20221019064659-5dd2bb482755, that is not a stable release.
I suppose it should require gorm.io/gorm v1.24.0.
I cannot use v1.4.5 of this module, due to this gorm dependency.
Thanks.
The text was updated successfully, but these errors were encountered:
In v1.4.5,
go.mod
requiresgorm.io/gorm v1.24.1-0.20221019064659-5dd2bb482755
, that is not a stable release.I suppose it should require
gorm.io/gorm v1.24.0
.I cannot use v1.4.5 of this module, due to this gorm dependency.
Thanks.
The text was updated successfully, but these errors were encountered: