-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1007 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (27 loc) · 1007 Bytes
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
)