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

This commit is contained in:
kim 2025-03-03 10:09:34 +00:00 committed by GitHub
commit 861b5cd920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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