You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
915 B
28 lines
915 B
module git.oa00.com/go/jaeger
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/rpcxio/rpcx-plugins v0.0.0-20220730073026-120f5ed14272
|
|
github.com/smallnest/rpcx v1.7.8
|
|
go.opentelemetry.io/otel v1.9.0
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.9.0
|
|
go.opentelemetry.io/otel/sdk v1.9.0
|
|
go.opentelemetry.io/otel/trace v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/apache/thrift v0.16.0 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|