Updated dependencies.

This commit is contained in:
Nuno Cruces
2024-05-24 12:06:37 +01:00
parent 00d52a873f
commit f29a999ea7
3 changed files with 5 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ module github.com/ncruces/go-sqlite3/gormlite
go 1.21
require (
github.com/ncruces/go-sqlite3 v0.15.0
github.com/ncruces/go-sqlite3 v0.16.0
gorm.io/gorm v1.25.10
)