Files
storage/postgres/go.mod
2022-11-03 19:40:19 +03:00

12 lines
249 B
Modula-2

module github.com/gofiber/storage/postgres
go 1.14
require (
github.com/gofiber/utils v1.0.1
github.com/jackc/pgx/v5 v5.0.4
github.com/lib/pq v1.10.7
github.com/rogpeppe/go-internal v1.8.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
)