mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-10 09:50:58 +02:00
8b7bffc8b9
Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /bridge/opentracing/test Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /exporters/otlp/otlptrace/otlptracegrpc Bump golang.org/x/tools from 0.10.0 to 0.11.0 in /internal/tools Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /exporters/otlp/otlptrace Bump benchmark-action/github-action-benchmark from 1.17.0 to 1.18.0 Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /exporters/otlp/otlpmetric/otlpmetricgrpc Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /example/otel-collector Bump google.golang.org/grpc from 1.56.1 to 1.56.2 in /exporters/otlp/otlpmetric Bump golang.org/x/sys from 0.9.0 to 0.10.0 in /sdk
27 lines
650 B
Modula-2
27 lines
650 B
Modula-2
module go.opentelemetry.io/otel/sdk
|
|
|
|
go 1.19
|
|
|
|
replace go.opentelemetry.io/otel => ../
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.4
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/stretchr/testify v1.8.4
|
|
go.opentelemetry.io/otel v1.16.0
|
|
go.opentelemetry.io/otel/trace v1.16.0
|
|
golang.org/x/sys v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go.opentelemetry.io/otel/trace => ../trace
|
|
|
|
replace go.opentelemetry.io/otel/metric => ../metric
|