18 lines
546 B
Modula-2
18 lines
546 B
Modula-2
module api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/gofiber/fiber/v2 v2.9.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/klauspost/compress v1.12.2 // indirect
|
|
github.com/valyala/fasthttp v1.24.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
|
gorm.io/driver/mysql v1.0.6
|
|
gorm.io/gorm v1.21.9
|
|
)
|