1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-26 03:52:03 +02:00
bryan-aguilar b51c22123a
Integrate go-build-tools crosslink (#2886)
* 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
2022-05-06 07:40:59 -07:00

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
)