module github.com/gofiber/storage/sqlite3 go 1.17 require ( github.com/gofiber/utils v1.1.0 github.com/mattn/go-sqlite3 v1.14.17 )