You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
module gin-vue-admin
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
|
|
github.com/casbin/casbin v1.9.1
|
|
github.com/casbin/gorm-adapter v1.0.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-redis/redis v6.15.6+incompatible
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
github.com/jinzhu/gorm v1.9.10
|
|
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
|
|
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/qiniu/api.v7 v7.2.5+incompatible
|
|
github.com/qiniu/x v7.0.8+incompatible // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/swaggo/swag v1.5.1
|
|
github.com/tebeka/strftime v0.1.3 // indirect
|
|
github.com/unrolled/secure v1.0.6
|
|
qiniupkg.com/x v7.0.8+incompatible // indirect
|
|
)
|