mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:52:24 -05:00
bumps modernc.org/sqlite to v1.36.1-concurrency-workaround (#3926)
This commit is contained in:
parent
cecb1fd009
commit
e7b4690318
17 changed files with 742 additions and 698 deletions
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ toolchain go1.23.3
|
|||
replace github.com/go-swagger/go-swagger => codeberg.org/superseriousbusiness/go-swagger v0.31.0-gts-go1.23-fix
|
||||
|
||||
// Replace modernc/sqlite with our version that fixes the concurrency INTERRUPT issue
|
||||
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.36.0-concurrency-workaround
|
||||
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.36.1-concurrency-workaround
|
||||
|
||||
require (
|
||||
codeberg.org/gruf/go-bytes v1.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue