mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-09 13:37:12 +02:00
* Bump github.com/prometheus/client_golang in /exporters/metric/prometheus Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
12 lines
241 B
Modula-2
12 lines
241 B
Modula-2
module go.opentelemetry.io/otel/exporters/metric/prometheus
|
|
|
|
go 1.13
|
|
|
|
replace go.opentelemetry.io/otel => ../../..
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opentelemetry.io/otel v0.6.0
|
|
)
|