forked from zllangct/rockgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (18 loc) · 851 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/zllangct/RockGO
require (
github.com/TarsCloud/TarsGo v0.0.0-20181117101853-df0f3ee846b3 // indirect
github.com/donnie4w/go-logger v0.0.0-20170827050443-4740c51383f4 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v1.2.0
github.com/gorilla/websocket v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/qianlnk/pgbar v0.0.0-20171216154057-0f21738f04a2
github.com/ugorji/go/codec v0.0.0-20181206144755-e72634d4d386 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/eapache/queue.v1 v1.1.0
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v2 v2.2.1 // indirect
)