forked from fagongzi/manba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
55 lines (54 loc) · 3.31 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
51
52
53
54
55
module github.com/fagongzi/gateway
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456
github.com/coreos/bbolt v1.3.0 // indirect
github.com/coreos/etcd v0.0.0-20180615164156-33245c6b5b49
github.com/coreos/go-semver v0.2.0 // indirect
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v0.0.0-20180308231308-06ea1031745c
github.com/fagongzi/goetty v0.0.0-20180427060148-8f06d410550f
github.com/fagongzi/grpcx v1.1.0
github.com/fagongzi/log v0.0.0-20170831135209-9a647df25e0e
github.com/fagongzi/util v0.0.0-20180330021808-4acf02da76a9
github.com/garyburd/redigo v0.0.0-20180228092057-a69d19351219
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
github.com/golang/protobuf v0.0.0-20180430185241-b4deda0973fb
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
github.com/gorilla/websocket v0.0.0-20180816221803-3ff3320c2a17
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.6.2 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/klauspost/compress v0.0.0-20180708153741-b939724e787a // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/koding/websocketproxy v0.0.0-20180716164433-0fa3f994f6e7
github.com/labstack/echo v0.0.0-20180412143600-6d227dfea4d2
github.com/labstack/gommon v0.0.0-20180613044413-d6898124de91 // indirect
github.com/mattn/go-colorable v0.0.0-20170801030607-167de6bfdfba // indirect
github.com/mattn/go-isatty v0.0.0-20170925053441-0360b2af4f38 // indirect
github.com/matttproud/golang_protobuf_extensions v0.0.0-20160424113007-c12348ce28de // indirect
github.com/prometheus/client_golang v0.0.0-20160817154824-c5b7fccd2042
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1
github.com/prometheus/procfs v0.0.0-20180705121852-ae68e2d4c00f // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/soheilhy/cmux v0.0.0-20180129155001-e09e9389d85d
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
github.com/valyala/bytebufferpool v0.0.0-20160817181652-e746df99fe4a // indirect
github.com/valyala/fasthttp v0.0.0-20171207120941-e5f51c11919d
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
golang.org/x/net v0.0.0-20180712202826-d0887baf81f4
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38 // indirect
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
google.golang.org/genproto v0.0.0-20180716172848-2731d4fa720b // indirect
google.golang.org/grpc v0.0.0-20180619221905-168a6198bcb0
gopkg.in/yaml.v2 v2.2.2 // indirect
)