Files
storage/postgres/go.mod
Muhammed Efe Çetin 4b273b74cb fix tests
2022-11-04 19:40:38 +03:00

13 lines
297 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
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
)