diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-12 14:15:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 14:15:01 +0800 |
commit | b772603d78cb10f0501f3d08b01553bb33914b6e (patch) | |
tree | 5f160df17f1bbd357370b3aeeb5289b0a5c3c08d /go.mod | |
parent | 2e19f5a3c8193776685a5e9fea9ca8663f14dd8d (diff) |
migrations: add tests and remove XORM (#7050)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -62,7 +62,7 @@ require ( gopkg.in/macaron.v1 v1.4.0 gorm.io/driver/mysql v1.3.4 gorm.io/driver/postgres v1.3.7 - gorm.io/driver/sqlite v1.3.2 + gorm.io/driver/sqlite v1.3.4 gorm.io/driver/sqlserver v1.3.1 gorm.io/gorm v1.23.5 modernc.org/sqlite v1.17.3 @@ -72,13 +72,5 @@ require ( xorm.io/xorm v0.8.0 ) -// Temporary replace directives -// ============================ -// These entries indicate temporary replace directives due to a pending pull request upstream -// or issues with specific versions. - -// https://github.com/gogs/gogs/issues/7019 -replace gorm.io/driver/sqlite => github.com/gogs/gorm-sqlite v1.3.3-0.20220608111034-1298ceb93369 - // +heroku goVersion go1.16 // +heroku install ./ |