Bump github.com/mattn/go-sqlite3 to fix musl builds

See https://github.com/mattn/go-sqlite3/issues/1164
This commit is contained in:
André Duffeck
2024-01-08 16:48:04 +01:00
parent 964dbc8453
commit 4e4b3e7579
36 changed files with 54277 additions and 28398 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_ENABLE_UNLOCK_NOTIFY
#include <stdlib.h>
#include <sqlite3-binding.h>
#include "sqlite3-binding.h"
extern void unlock_notify_callback(void *arg, int argc);
*/