[chore] bumps modernc/sqlite version to v1.34.2 on our custom fork (#3599)

This commit is contained in:
kim 2024-12-04 09:33:09 +00:00 committed by GitHub
commit 79f2e85f51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 172 additions and 288 deletions

2
vendor/modernc.org/sqlite/Makefile generated vendored
View file

@ -57,7 +57,7 @@ clean:
edit:
@touch log
@if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi
@if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi
editor:
gofmt -l -s -w . 2>&1 | tee log-editor