Toolchain.

This commit is contained in:
Nuno Cruces
2024-07-03 14:59:49 +01:00
parent 5a4c7a58c4
commit 72f8ad0f14
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@@ -2,6 +2,8 @@ module github.com/ncruces/go-sqlite3
go 1.21
toolchain go1.22.5
require (
github.com/dchest/siphash v1.2.3
github.com/ncruces/julianday v1.0.0

View File

@@ -2,6 +2,8 @@ module github.com/ncruces/go-sqlite3/gormlite
go 1.21
toolchain go1.22.5
require (
github.com/ncruces/go-sqlite3 v0.16.3
gorm.io/gorm v1.25.10