-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
22 lines (20 loc) · 764 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module fiberseed
go 1.16
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/gofiber/fiber/v2 v2.8.0
github.com/gofiber/helmet/v2 v2.1.1
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.11.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.12.2 // indirect
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.24.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.9
)