jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.3k stars 1.09k forks source link

Update dependencies (mitigate vulnerabilities) #917

Closed rockdaboot closed 7 months ago

rockdaboot commented 8 months ago

This mitigates two known vulnerabilities: https://security.snyk.io/package/golang/github.com%2Fmattn%2Fgo-sqlite3

At the same time the two other dependencies are updated. Let me know if this is too much :)

Fixes #879

dlsniper commented 7 months ago

Hello. I've merged a similar PR that had more up to date dependencies. There's also a new release, 1.4.0, which incorporates these changes. Nonetheless, thank you for your contribution.