-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
29 lines (27 loc) · 1007 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 fotongo
go 1.15
require (
github.com/arsmn/fiber-swagger/v2 v2.20.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/gofiber/fiber/v2 v2.20.2
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/joho/godotenv v1.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/pkg/errors v0.9.1 // indirect
github.com/prisma/prisma-client-go v0.12.2
github.com/shopspring/decimal v1.3.1
github.com/swaggo/swag v1.7.3
github.com/takuoki/gocase v1.0.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gorm.io/driver/postgres v1.2.3
gorm.io/gorm v1.22.3
)