forked from Bingjian-Zhu/gin-vue-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 829 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/bingjian-zhu/gin-vue-admin
go 1.13
require (
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/astaxie/beego v1.12.0
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/validator/v10 v10.2.0
github.com/jinzhu/gorm v1.9.11
github.com/tidwall/gjson v1.3.2 // indirect
go.uber.org/zap v1.12.0
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
)