-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
何全
committed
Jan 31, 2019
1 parent
512ec8a
commit 362aaf1
Showing
2 changed files
with
14 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,24 @@ | ||
module github.com/hequan2017/go-admin | ||
|
||
require ( | ||
gitee.com/johng/gf v1.4.6 // indirect | ||
github.com/Unknwon/com v0.0.0-20181010210213-41959bdd855f | ||
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect | ||
github.com/astaxie/beego v1.11.1 | ||
github.com/bytedance/go-tagexpr v1.1.0 // indirect | ||
github.com/casbin/casbin v1.8.0 | ||
github.com/casbin/casbin v1.8.1 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b | ||
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect | ||
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect | ||
github.com/gin-gonic/gin v1.3.0 | ||
github.com/gliderlabs/ssh v0.1.1 // indirect | ||
github.com/go-ini/ini v1.41.0 | ||
github.com/go-openapi/jsonreference v0.18.0 // indirect | ||
github.com/go-openapi/spec v0.18.0 // indirect | ||
github.com/gocelery/gocelery v0.0.0-20190118064317-1dae15376d0a // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/jinzhu/gorm v1.9.2 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect | ||
github.com/kr/pty v1.1.3 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/streadway/amqp v0.0.0-20181205114330-a314942b2fd9 // indirect | ||
github.com/swaggo/gin-swagger v1.0.0 | ||
github.com/swaggo/swag v1.4.0 | ||
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect | ||
github.com/urfave/cli v1.20.0 // indirect | ||
golang.org/x/sys v0.0.0-20190114130336-2be517255631 // indirect | ||
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b // indirect | ||
github.com/ugorji/go/codec v0.0.0-20190128213124-ee1426cffec0 // indirect | ||
golang.org/x/tools v0.0.0-20190130173957-1c3581914d33 // indirect | ||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters