mirror of
https://gitee.com/johng/gf
synced 2026-07-08 22:40:30 +08:00
34 lines
1.3 KiB
Modula-2
34 lines
1.3 KiB
Modula-2
module github.com/gogf/gf/contrib/trace/otlphttp/v2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gogf/gf/v2 v2.5.4
|
|
go.opentelemetry.io/otel v1.16.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
|
|
go.opentelemetry.io/otel/sdk v1.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.16.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.16.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
|
|
google.golang.org/grpc v1.57.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|