-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 752 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Mamin78/Parham-Food-BackEnd
go 1.15
require (
github.com/aws/aws-sdk-go v1.38.64 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/labstack/echo/v4 v4.3.0
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/pkg/errors v0.9.1
go.mongodb.org/mongo-driver v1.5.3
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/tools v0.1.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)