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
+15
View File
@@ -0,0 +1,15 @@
// Copyright (C) 2022 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
//go:build sqlite_os_trace
// +build sqlite_os_trace
package sqlite3
/*
#cgo CFLAGS: -DSQLITE_FORCE_OS_TRACE=1
#cgo CFLAGS: -DSQLITE_DEBUG_OS_TRACE=1
*/
import "C"