module github.com/gofiber/storage/sqlite3 go 1.15 require ( github.com/gofiber/utils v0.1.2 github.com/mattn/go-sqlite3 v1.14.4 )