@@ -8,11 +8,13 @@ require (
88 github.com/LyricTian/queue v1.2.0
99 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
1010 github.com/casbin/casbin/v2 v2.11.3
11+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
1112 github.com/dgrijalva/jwt-go v3.2.0+incompatible
1213 github.com/fatih/camelcase v1.0.0 // indirect
1314 github.com/fatih/structs v1.1.0 // indirect
1415 github.com/gin-contrib/cors v1.3.1
1516 github.com/gin-gonic/gin v1.6.3
17+ github.com/go-openapi/spec v0.20.3 // indirect
1618 github.com/go-redis/redis v6.15.9+incompatible
1719 github.com/go-redis/redis_rate v6.5.0+incompatible
1820 github.com/google/gops v0.3.12
@@ -22,13 +24,19 @@ require (
2224 github.com/jinzhu/gorm v1.9.16
2325 github.com/json-iterator/go v1.1.10
2426 github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
27+ github.com/mailru/easyjson v0.7.7 // indirect
28+ github.com/mattn/go-sqlite3 v1.14.6 // indirect
2529 github.com/pkg/errors v0.9.1
30+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
2631 github.com/sirupsen/logrus v1.6.0
2732 github.com/stretchr/testify v1.6.1
2833 github.com/swaggo/gin-swagger v1.2.0
29- github.com/swaggo/swag v1.6.7
34+ github.com/swaggo/swag v1.7.0
3035 github.com/tidwall/buntdb v1.1.2
31- github.com/urfave/cli/v2 v2.2.0
36+ github.com/urfave/cli/v2 v2.3.0
37+ golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
38+ golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
3239 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
33- gopkg.in/yaml.v2 v2.3.0
40+ golang.org/x/tools v0.1.0 // indirect
41+ gopkg.in/yaml.v2 v2.4.0
3442)
0 commit comments