forked from LyricTian/gin-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (37 loc) · 1.97 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
29
30
31
32
33
34
35
36
37
38
39
module github.com/LyricTian/gin-admin
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/LyricTian/captcha v0.0.0-20181226014250-f98c07094903
github.com/LyricTian/queue v0.0.0-20180917141405-8f19abe7fd77
github.com/casbin/casbin v1.8.1
github.com/dgrijalva/jwt-go v0.0.0-20180719211823-0b96aaa70776
github.com/gin-contrib/cors v0.0.0-20190101123304-5e7acb10687f
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-redis/redis v0.0.0-20190130112013-0d65bf56df00
github.com/go-redis/redis_rate v0.0.0-20180123081253-b7ae80ece379
github.com/go-sql-driver/mysql v0.0.0-20170512152933-382e13d099fc // indirect
github.com/google/gops v0.3.6
github.com/jinzhu/gorm v0.0.0-20190102133208-9f1a7f535111
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/json-iterator/go v1.1.5
github.com/lib/pq v0.0.0-20170117205633-67c3f2a8884c // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/mattn/go-sqlite3 v0.0.0-20170118172042-7ed900a7c4cc // indirect
github.com/pkg/errors v0.0.0-20190227000051-27936f6d90f9
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
github.com/tidwall/buntdb v0.0.0-20180503164307-6249481c29c2
github.com/tidwall/gjson v0.0.0-20180429151328-3cd3a1192327 // indirect
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
github.com/tidwall/match v1.0.0 // indirect
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
github.com/ugorji/go v0.0.0-20190128213124-ee1426cffec0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
)