mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
9 lines
131 B
Modula-2
9 lines
131 B
Modula-2
module github.com/gofiber/storage
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/denisenkom/go-mssqldb v0.12.3
|
|
github.com/gofiber/utils v1.0.0
|
|
)
|