From d49abd7bd79fd9a6e0ad10ca1544b309a9a81662 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:23:23 +0000 Subject: bump modernc.org/sqlite to v1.36.2-concurrency-workaround (#3945) --- vendor/modernc.org/sqlite/lib/mutex.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/modernc.org/sqlite/lib/mutex.go') diff --git a/vendor/modernc.org/sqlite/lib/mutex.go b/vendor/modernc.org/sqlite/lib/mutex.go index 4dd679a36..0780f5f94 100644 --- a/vendor/modernc.org/sqlite/lib/mutex.go +++ b/vendor/modernc.org/sqlite/lib/mutex.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !linux + package sqlite3 import ( -- cgit v1.2.3