-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (38 loc) · 2.1 KB
/
go.mod
File metadata and controls
40 lines (38 loc) · 2.1 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
module gaea
replace github.com/smallnest/rpcx v0.0.0 => github.com/smallnest/rpcx v0.0.0-20200214051052-c65a6415f3d1
require (
github.com/Unknwon/goconfig v0.0.0-20200908083735-df7de6a44db8 // indirect
github.com/envoyproxy/go-control-plane v0.6.9 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/gogo/googleapis v1.1.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/henrylee2cn/goutil v0.0.0-20200801052108-cbf313aea969 // indirect
github.com/henrylee2cn/teleport v5.0.0+incompatible // indirect
github.com/influxdata/influxdb1-client v0.0.0-20200515024757-02f0bf5dbca3 // indirect
github.com/jpillora/overseer v1.1.6 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/lyft/protoc-gen-validate v0.0.13 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/openzipkin/zipkin-go v0.2.2 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e // indirect
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/smallnest/rpcx v0.0.0 // indirect
github.com/spf13/cast v1.3.1
github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e // indirect
github.com/tal-tech/connPool v0.0.0-20200806112113-738c408fe6ae // indirect
github.com/tal-tech/hera v1.0.4
github.com/tal-tech/xtools v1.0.1
github.com/tal-tech/loggerX v1.0.1
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07 // indirect
github.com/toolkits/nux v0.0.0-20191107142017-8ddcb501004c // indirect
github.com/toolkits/slice v0.0.0-20141116085117-e44a80af2484 // indirect
github.com/toolkits/sys v0.0.0-20170615103026-1f33b217ffaf // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.4.0 // indirect
)