-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
25 lines (23 loc) · 813 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
24
25
module github.com/quangdangfit/go-admin
go 1.14
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v8 v8.7.1
github.com/golang/mock v1.3.1
github.com/google/uuid v1.1.1
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jinzhu/gorm v1.9.14
github.com/json-iterator/go v1.1.9
github.com/lib/pq v1.1.1
github.com/pkg/errors v0.9.1
github.com/quangdangfit/gocommon v0.9.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.5.1
go.uber.org/dig v1.10.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)