Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.22 in /api

Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.18 to 1.14.22.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.18...v1.14.22)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-26 09:47:15 +00:00
committed by GitHub
parent f3bd1a182d
commit a5da98e103
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ go 1.21.3
require (
github.com/gofiber/fiber/v2 v2.52.1
github.com/mattn/go-sqlite3 v1.14.18
github.com/mattn/go-sqlite3 v1.14.22
)
require (