-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (42 loc) · 2.22 KB
/
go.mod
File metadata and controls
44 lines (42 loc) · 2.22 KB
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
module pppobear.cn/jxc-backend
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/boj/redistore v0.0.0-20170419030511-4562487a4bee // indirect
github.com/bradfitz/gomemcache v0.0.0-20170208213004-1952afaa557d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/garyburd/redigo v0.0.0-20180320130917-e8e59ed1cd89 // indirect
github.com/gin-contrib/cache v0.0.0-20180308051654-a8e2fb11ffd4
github.com/gin-contrib/pprof v0.0.0-20180302171226-3c13bbb13dd4
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/contrib v0.0.0-20181101072842-54170a7b0b4b
github.com/gin-gonic/gin v0.0.0-20180320064251-65a65c2edd4e
github.com/go-openapi/jsonreference v0.18.0 // indirect
github.com/go-openapi/spec v0.18.0 // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-redis/redis v6.10.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/sessions v1.1.3
github.com/jinzhu/gorm v1.9.9
github.com/json-iterator/go v0.0.0-20180402055044-fb4d53e4cc4f
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/robfig/cron v0.0.0-20171101201047-2315d5715e36
github.com/robfig/go-cache v0.0.0-20130306151617-9fc39e0dbf62 // indirect
github.com/segmentio/ksuid v1.0.2
github.com/swaggo/gin-swagger v1.0.0
github.com/swaggo/swag v1.4.0
github.com/ugorji/go v0.0.0-20180307152341-02537d3a3e32 // indirect
golang.org/x/tools v0.0.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.23.0
)
replace (
golang.org/x/net v0.0.0-20190311183353-d8887717615a => github.com/golang/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 => github.com/golang/text v0.3.2
golang.org/x/tools v0.0.0 => /Users/pppobear/MyCode/Golang/pkg/mod/golang.org/x/tools
)