-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 886 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (23 loc) · 886 Bytes
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
module github.com/caring/go-packages/v2
go 1.13
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/aws/aws-sdk-go v1.31.5
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/matryer/is v1.4.0
github.com/opentracing/opentracing-go v1.2.0
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.15.0
golang.org/dl v0.0.0-20210506185525-b8dea299038d // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.29.1
gotest.tools v2.1.0+incompatible // indirect
gotest.tools/gotestsum v1.6.4 // indirect
)