mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
b51c22123a
* Add crosslink build tool to makefile * Execute crosslink prune * Remove internal crosslink tool * Add go-build-tools crosslink * Fix crosslink target * Execute make crosslink to clean up go.mod files * Update CHANGELOG * Misc go.sum update from make precommit * Update CHANGELOG PR number * Update crosslink target to include prune
9 lines
159 B
Modula-2
9 lines
159 B
Modula-2
module go.opentelemetry.io/otel/exporters/otlp/internal/retry
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.3
|
|
github.com/stretchr/testify v1.7.1
|
|
)
|