We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4c7a5 commit 72f8ad0Copy full SHA for 72f8ad0
go.mod
@@ -2,6 +2,8 @@ module github.com/ncruces/go-sqlite3
2
3
go 1.21
4
5
+toolchain go1.22.5
6
+
7
require (
8
github.com/dchest/siphash v1.2.3
9
github.com/ncruces/julianday v1.0.0
gormlite/go.mod
@@ -2,6 +2,8 @@ module github.com/ncruces/go-sqlite3/gormlite
github.com/ncruces/go-sqlite3 v0.16.3
gorm.io/gorm v1.25.10
0 commit comments