mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
0847081c47
Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0 in /exporters/otlp/internal/retry Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /exporters/otlp/otlpmetric/otlpmetricgrpc Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /exporters/otlp/otlpmetric Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /exporters/otlp/otlptrace Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /exporters/otlp/otlptrace/otlptracegrpc Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /example/otel-collector Bump lycheeverse/lychee-action from 1.5.2 to 1.5.4 Co-authored-by: MrAlias <MrAlias@users.noreply.github.com>
15 lines
306 B
Modula-2
15 lines
306 B
Modula-2
module go.opentelemetry.io/otel/exporters/otlp/internal/retry
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
|
github.com/stretchr/testify v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|