Bump github.com/mattn/go-sqlite3 to fix musl builds (#8156)
See https://github.com/mattn/go-sqlite3/issues/1164 Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
This commit is contained in:
co-authored by
André Duffeck
parent
94407c6e0b
commit
a787ce4373
+1
-1
@@ -7,7 +7,7 @@ package sqlite3
|
||||
|
||||
/*
|
||||
#ifndef USE_LIBSQLITE3
|
||||
#include <sqlite3-binding.h>
|
||||
#include "sqlite3-binding.h"
|
||||
#else
|
||||
#include <sqlite3.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user