From bb1226995658de6f11f7d1e1fd445ec268c2bb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 05:11:51 +0000 Subject: [PATCH] Bump go.opentelemetry.io/contrib/instrumentation/host Bumps [go.opentelemetry.io/contrib/instrumentation/host](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.17.0...v0.18.0) Signed-off-by: dependabot[bot] --- instrumentation/host/example/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/host/example/go.mod b/instrumentation/host/example/go.mod index 15366c28307..2f583d11ca8 100644 --- a/instrumentation/host/example/go.mod +++ b/instrumentation/host/example/go.mod @@ -8,7 +8,7 @@ replace ( ) require ( - go.opentelemetry.io/contrib/instrumentation/host v0.17.0 + go.opentelemetry.io/contrib/instrumentation/host v0.18.0 go.opentelemetry.io/otel/exporters/stdout v0.17.0 go.opentelemetry.io/otel/sdk/metric v0.17.0 )