bump our fork of modernc.org/sqlite to tag v1.36.0-concurrency-workaround

This commit is contained in:
kim 2025-03-03 09:48:49 +00:00
commit 948e7102a7
18 changed files with 242894 additions and 185660 deletions

2
go.mod
View file

@ -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.35.0-concurrency-workaround
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.36.0-concurrency-workaround
require (
codeberg.org/gruf/go-bytes v1.0.2