-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
28 lines (26 loc) · 1.09 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
module bwastartup
go 1.13
require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/multitemplate v0.0.0-20200916052041-666a7309d230
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-playground/validator/v10 v10.4.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/leekchan/accounting v1.0.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/ugorji/go v1.1.9 // indirect
github.com/veritrans/go-midtrans v0.0.0-20200831092805-5bfccc26bd1f
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.2
)