fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-06 10:07:31 +00:00
committed by GitHub
parent dde031076b
commit 38555305c2
8 changed files with 5638 additions and 3568 deletions

View File

@ -86,7 +86,7 @@ var (
// combination is incorrect or unknown.
//
// If the SQLITE_USER table is not present in the database file, then
// this interface is a harmless no-op returnning SQLITE_OK.
// this interface is a harmless no-op returning SQLITE_OK.
func (c *SQLiteConn) Authenticate(username, password string) error {
rv := c.authenticate(username, password)
switch rv {