-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·36 lines (34 loc) · 1.38 KB
/
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
30
31
32
33
34
35
36
module github.com/nikola43/ecoapigorm
go 1.16
require (
github.com/ahmetb/go-linq/v3 v3.2.0
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/antoniodipinto/ikisocket v0.0.0-20210614154659-4b879f2ec7a7
github.com/aws/aws-sdk-go v1.38.65
github.com/fatih/color v1.13.0
github.com/form3tech-oss/jwt-go v3.2.3+incompatible
github.com/go-playground/validator/v10 v10.6.1
github.com/gofiber/fiber/v2 v2.29.0
github.com/gofiber/jwt/v2 v2.2.3
github.com/gofiber/jwt/v3 v3.2.2
github.com/gofiber/websocket/v2 v2.0.6
github.com/golang-jwt/jwt/v4 v4.2.0
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.15.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/stripe/stripe-go/v72 v72.51.0
github.com/tidwall/gjson v1.6.3
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/u2takey/ffmpeg-go v0.3.0
github.com/u2takey/go-utils v0.0.0-20210417080702-cfeae875e90c // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/text v0.3.7
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
)