-
Notifications
You must be signed in to change notification settings - Fork 50
/
go.mod
38 lines (36 loc) · 1.53 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
37
38
module github.com/restuwahyu13/gin-rest-api
go 1.16
require (
github.com/danielkov/gin-helmet v0.0.0-20171108135313-1387e224435e
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/gzip v0.0.3
github.com/gin-gonic/gin v1.7.1
github.com/go-playground/assert/v2 v2.0.1 // indirect
github.com/go-playground/validator/v10 v10.5.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0
github.com/gopherjs/gopherjs v0.0.0-20210420193930-a4630ec28c79 // indirect
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.11.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/lib/pq v1.6.0 // indirect
github.com/restuwahyu13/go-playground-converter v0.0.5
github.com/restuwahyu13/go-supertest v0.0.3
github.com/sendgrid/rest v2.6.3+incompatible
github.com/sendgrid/sendgrid-go v3.8.0+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/ugorji/go v1.2.5 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210414194228-064579744ee0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.21.7
syreclabs.com/go/faker v1.2.3 // indirect
)