-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.23 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
module github.com/westfly/gaia
go 1.14
require (
github.com/LyricTian/captcha v1.1.0
github.com/LyricTian/gzip v0.1.1
github.com/LyricTian/queue v1.2.0
github.com/LyricTian/structs v1.1.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/casbin/casbin/v2 v2.2.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.2
github.com/go-redis/redis v6.15.7+incompatible
github.com/go-redis/redis_rate v6.5.0+incompatible
github.com/google/gops v0.3.7
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.5.1
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/tidwall/buntdb v1.1.2
github.com/urfave/cli/v2 v2.2.0
go.mongodb.org/mongo-driver v1.3.1
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20191030062658-86caa796c7ab // indirect
gopkg.in/yaml.v2 v2.2.8
)