diff options
author | xengineering <me@xengineering.eu> | 2024-02-15 20:35:21 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-15 20:35:21 +0100 |
commit | 38ee758c3d553faae683169eb74f2e6de0ab4207 (patch) | |
tree | 95009151b40901466fc7524e13feaddf9eb51528 /vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go | |
parent | bfd936ab717c6d4e4e50bbd0f797c3d1fc7eda42 (diff) | |
download | ceres-38ee758c3d553faae683169eb74f2e6de0ab4207.tar ceres-38ee758c3d553faae683169eb74f2e6de0ab4207.tar.zst ceres-38ee758c3d553faae683169eb74f2e6de0ab4207.zip |
Update github.com/mattn/go-sqlite3 to v1.14.22
Diffstat (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go')
-rw-r--r-- | vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go index adfa26c..76f7bbf 100644 --- a/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go +++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go @@ -3,8 +3,8 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build cgo -// +build sqlite_unlock_notify +//go:build cgo && sqlite_unlock_notify +// +build cgo,sqlite_unlock_notify package sqlite3 |