forked from taoyao-code/Go-im
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (48 loc) · 2.03 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
40
41
42
43
44
45
46
47
48
49
50
module reptile-go
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/aliyun/alibaba-cloud-sdk-go v1.61.124
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
github.com/cosmtrek/air v1.12.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.6.2
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-playground/validator/v10 v10.2.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/go-xorm/xorm v0.7.9
github.com/google/uuid v1.1.1
github.com/gookit/validate v1.2.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.1
github.com/imdario/mergo v0.3.9 // indirect
github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mojocn/base64Captcha v1.3.1
github.com/nsqio/go-nsq v1.0.8
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/prometheus/common v0.4.0
github.com/qiniu/api.v7/v7 v7.4.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.6.3
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/urfave/cli v1.22.4 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20200420001825-978e26b7c37c
gopkg.in/fatih/set.v0 v0.2.1
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)