-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
37 lines (35 loc) · 1.26 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
module gin-admin-template
go 1.15
require (
github.com/LyricTian/captcha v1.1.0
github.com/LyricTian/gzip v0.1.1
github.com/LyricTian/queue v1.2.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/brianvoe/gofakeit/v5 v5.10.1
github.com/bwmarrin/snowflake v0.3.0
github.com/casbin/casbin/v2 v2.11.3
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.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis_rate v6.5.0+incompatible
github.com/google/gops v0.3.12
github.com/google/uuid v1.1.2
github.com/google/wire v0.4.0
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.7
github.com/tidwall/buntdb v1.1.2
github.com/urfave/cli/v2 v2.2.0
go.mongodb.org/mongo-driver v1.3.3
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/yaml.v2 v2.3.0
)