-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (24 loc) · 1.03 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
module go-micro-service-demo
go 1.14
require (
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/buaazp/fasthttprouter v0.1.1
github.com/d7561985/opentracefasthttp v1.0.0
github.com/ewohltman/pool v0.0.0-20170716211527-0046ec623fde
github.com/gin-gonic/gin v1.6.3
github.com/go-stack/stack v1.8.0 // indirect
github.com/hashicorp/consul/api v1.7.0
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/stretchr/testify v1.4.0
github.com/tinylib/msgp v1.1.6 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/valyala/fasthttp v1.16.0
github.com/xiaomi-tc/log15 v0.0.0-20191113113727-7f66c2abf493
github.com/zengming00/go-qps v0.0.0-20180706020657-efbe3bb20c77
go.uber.org/ratelimit v0.1.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)