forked from yarpc/yarpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
67 lines (64 loc) · 2.58 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
56
57
58
59
60
61
62
63
64
65
66
67
module go.uber.org/yarpc
go 1.21
require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/gogo/googleapis v1.3.2
github.com/gogo/protobuf v1.3.1
github.com/gogo/status v1.1.0
github.com/golang/mock v1.4.0
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.1
github.com/kisielk/errcheck v1.2.0
github.com/mattn/go-shellwords v1.0.10
github.com/opentracing/opentracing-go v1.1.0
github.com/stretchr/testify v1.5.1
github.com/uber-go/mapdecode v1.0.0
github.com/uber-go/tally v3.3.15+incompatible
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/ringpop-go v0.8.5
github.com/uber/tchannel-go v1.33.0
go.uber.org/atomic v1.6.0
go.uber.org/fx v1.10.0
go.uber.org/goleak v1.0.0
go.uber.org/multierr v1.4.0
go.uber.org/net/metrics v1.3.0
go.uber.org/thriftrw v1.29.2
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
go.uber.org/zap v1.13.0
golang.org/x/lint v0.0.0-20200130185559-910be7a94367
golang.org/x/net v0.14.0
golang.org/x/tools v0.6.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.40.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.3.2
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cactus/go-statsd-client/statsd v0.0.0-20191106001114-12b4e2b38748 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.4.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.9 // indirect
github.com/samuel/go-thrift v0.0.0-20191111193933-5165175b40af // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/uber-common/bark v1.2.1 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.uber.org/dig v1.8.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
)