-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 850 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
module foodmarket
go 1.15
require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-pg/pg/v10 v10.7.3
github.com/google/uuid v1.1.2
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/minio/minio-go/v7 v7.0.7
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.7.1
github.com/thedevsaddam/govalidator v1.9.10
github.com/veritrans/go-midtrans v0.0.0-20201123044117-af6ac109e8d8
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)