mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:22:24 -05:00
[bugfix] temporarily replace modernc.org/sqlite-v1.29.5 with gitlab.com/NyaaaWhatsUpDoc/sqlite-v1.29.5-concurrency-workaround (#2811)
This commit is contained in:
parent
83e7847cdf
commit
85bc140b58
9 changed files with 31 additions and 95 deletions
2
go.mod
2
go.mod
|
|
@ -2,6 +2,8 @@ module github.com/superseriousbusiness/gotosocial
|
|||
|
||||
go 1.21
|
||||
|
||||
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.5-concurrency-workaround
|
||||
|
||||
toolchain go1.21.3
|
||||
|
||||
require (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue