We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc72b0 commit adbf1b2Copy full SHA for adbf1b2
go.mod
@@ -5,5 +5,5 @@ go 1.21.3
5
require (
6
github.com/go-chi/chi v1.5.5
7
github.com/go-chi/cors v1.2.1
8
- github.com/mattn/go-sqlite3 v1.14.18
+ github.com/glebarez/go-sqlite v1.21.1
9
)
0 commit comments