-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 957 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
23
24
25
26
27
28
29
module github.com/alfredomagalhaes/controle-faturamento
go 1.17
require (
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.12
)
require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gofiber/fiber/v2 v2.20.2
github.com/gofiber/jwt/v3 v3.2.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/joho/godotenv v1.4.0
github.com/klauspost/compress v1.13.6 // indirect
github.com/satori/go.uuid v1.2.0
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.31.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)
require gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect