From abf7865524a07fd349144fa2d9d7829c18d164f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:04:50 +0000 Subject: [PATCH] fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/go.mod | 2 +- api/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/go.mod b/api/go.mod index 85c91440..741fdd11 100644 --- a/api/go.mod +++ b/api/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( cloud.google.com/go/cloudtasks v1.12.7 firebase.google.com/go v3.13.0+incompatible - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.46.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.47.0 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.23.0 github.com/NdoleStudio/go-otelroundtripper v0.0.9 github.com/NdoleStudio/lemonsqueezy-go v1.1.0 diff --git a/api/go.sum b/api/go.sum index 1d335a92..7a92ebf7 100644 --- a/api/go.sum +++ b/api/go.sum @@ -28,8 +28,8 @@ cloud.google.com/go/trace v1.10.5/go.mod h1:9hjCV1nGBCtXbAE4YK7OqJ8pmPYSxPA0I67J firebase.google.com/go v3.13.0+incompatible h1:3TdYC3DDi6aHn20qoRkxwGqNgdjtblwVAyRLQwGn/+4= firebase.google.com/go v3.13.0+incompatible/go.mod h1:xlah6XbEyW6tbfSklcfe5FHJIwjt8toICdV5Wh9ptHs= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.46.0 h1:n3T26hyfDl9RdgcOjWvOFMh1lCBNuZ0JQ/3DM5pou8Y= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.46.0/go.mod h1:3S7qK2nHOO2cLID3xk6H8f55D38XswhVFzKEk0nqIbY= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.47.0 h1:S1xLQ+2lbSOXtQXdr31QfDP7JuyOZ8w2hjS1/Nvljag= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.47.0/go.mod h1:WvR1tUDExFvwYywFYvhouer9pXL8hgkQF3u/CSLRpMo= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.23.0 h1:5A4O4OdC7yzkIEPl4GrS+PRYV15zsboaWBT52g3Hc0k= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.23.0/go.mod h1:zO73rmlwRYxQF/6Nul4PA/UIAYJo9BtDAMgPfMthXnw= github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.47.0 h1:h3GAq9n95A6IYOGqAucbp+tGBxAQul2vj5ORkmRrGxg=