forked from uber/tchannel-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.28 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
module github.com/uber/tchannel-go
go 1.21
require (
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
github.com/cactus/go-statsd-client/statsd v0.0.0-20190922033735-5ca90424ceb7
github.com/crossdock/crossdock-go v0.0.0-20160816171116-049aabb0122b
github.com/jessevdk/go-flags v1.4.0
github.com/opentracing/opentracing-go v1.1.0
github.com/prashantv/protectmem v0.0.0-20171002184600-e20412882b3a
github.com/samuel/go-thrift v0.0.0-20190219015601-e8b6b52668fe
github.com/streadway/quantile v0.0.0-20220407130108-4246515d968d
github.com/stretchr/testify v1.5.1
github.com/uber-go/tally v3.3.15+incompatible
github.com/uber/jaeger-client-go v2.22.1+incompatible
go.uber.org/atomic v1.6.0
go.uber.org/multierr v1.2.0
golang.org/x/net v0.14.0
golang.org/x/sys v0.11.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)