Skip to content

Commit ffc72b0

Browse files
committed
try fix
1 parent 541dc34 commit ffc72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
"github.com/go-chi/chi"
1616
"github.com/go-chi/cors"
17-
_ "github.com/mattn/go-sqlite3"
17+
_ "github.com/glebarez/go-sqlite"
1818
)
1919

2020
var totalRequests int

0 commit comments

Comments
 (0)