forked from JIUYEKEJI/gorpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 635 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/lubanproj/gorpc
go 1.12
require (
github.com/golang/protobuf v1.3.2
github.com/hashicorp/consul/api v1.4.0
github.com/hhatto/gocloc v0.3.2 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/opentracing/opentracing-go v1.1.0
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/atomic v1.5.1 // indirect
)