diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-08 19:30:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 19:30:17 +0800 |
commit | 577621d463cb03787cb347e688c0aca1eca6b322 (patch) | |
tree | 20206e430dd4565cd9475e5be3f57676c4dfed15 /go.mod | |
parent | 7229dd893f15ae30d20332706e40d8a87e0f94b0 (diff) |
mod: use github.com/gogs/gorm-sqlite as the SQLite driver (#7034)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -72,5 +72,13 @@ 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 ./ |