module github.com/gofiber/storage/sqlite3 go 1.16 require ( github.com/gofiber/utils v1.0.1 github.com/mattn/go-sqlite3 v1.14.16 )