From 71dd19d2e59cd1f8aa9844461089d5c17efaa0ca Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 3 Oct 2022 10:54:54 -0700 Subject: [PATCH] [chore] bump gcp dependencies (#14639) bumping the following packages to partially unblock https://github.com/open-telemetry/opentelemetry-collector/pull/6178: ``` github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping ``` --- cmd/configschema/go.mod | 10 ++++----- cmd/configschema/go.sum | 22 +++++++++---------- exporter/datadogexporter/go.mod | 2 +- exporter/datadogexporter/go.sum | 4 ++-- .../googlemanagedprometheusexporter/go.mod | 8 +++---- .../googlemanagedprometheusexporter/go.sum | 18 +++++++-------- go.mod | 10 ++++----- go.sum | 22 +++++++++---------- processor/resourcedetectionprocessor/go.mod | 2 +- processor/resourcedetectionprocessor/go.sum | 4 ++-- 10 files changed, 51 insertions(+), 51 deletions(-) diff --git a/cmd/configschema/go.mod b/cmd/configschema/go.mod index 91521abf0d89..6d14475959ae 100644 --- a/cmd/configschema/go.mod +++ b/cmd/configschema/go.mod @@ -66,11 +66,11 @@ require ( github.com/DataDog/sketches-go v1.4.1 // indirect github.com/DataDog/zstd v1.5.2 // indirect github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 // indirect github.com/Microsoft/go-winio v0.5.2 // indirect github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect github.com/SAP/go-hdb v0.108.2 // indirect diff --git a/cmd/configschema/go.sum b/cmd/configschema/go.sum index 4cd1fd853c4b..fd79590627f7 100644 --- a/cmd/configschema/go.sum +++ b/cmd/configschema/go.sum @@ -195,17 +195,17 @@ github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwS github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 h1:KeNholpO2xKjgaaSyd+DyQRrsQjhbSeS7qe4nEw8aQw= github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962/go.mod h1:kC29dT1vFpj7py2OvG1khBdQpo3kInWP+6QipLbdngo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 h1:XV1a1MCXc63vOb2EH+Utbypl1Hmr2mqRLSKx82F2Mh4= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8/go.mod h1:s7Gpwj0tk7XnVCm4BQEmx/mbS36SuTCY/vMB2SNxe8o= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 h1:FtmhPiykEaphXerr83TP1OVH/JIcaN+9fu+Ov1eHkvU= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8/go.mod h1:FKuQPUmvXQxm0kXkMRMxoXFKc/sKSXTGs/YpHuutusI= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 h1:ZSKytcx4HW6hx56OeqqA2puA+9mwkhJfjUuv2CIQEjA= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8/go.mod h1:56E4Y4a/qZb7TR6NNiQITK6OXE57qCN5jzHgbXwhZ2g= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 h1:gJotWbuzSbr350EljD1zTNy3l4NiigjDVeVBWf7ERgk= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8/go.mod h1:Cy0FEJrgXiz3UbLX/ZRlHPQxq605mGwz14ac+peTwQo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.32.8 h1:ehU1r1DPZfv3Qfi0r7C24UAi0sozSwiSHtqwD1sdL8k= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 h1:FJ3zlcMfrS9iv06vzg1V73RlfrHZPsyfdkKrqGYAT4E= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8/go.mod h1:/G0zPXsUx5gZUd6ryJakuDo4VR7EJScegf1ZNK8xIGs= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 h1:XJF4ZmIPeOkZUKTo2W177ngJ79XSD2eOuYkQvyuMdvI= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0/go.mod h1:8jbDwk101z1YJ201wir2t/3O5Sxn55M37IDVwnQA1rg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 h1:N2PRE5Z7snCym6QMRaZjpVDKfmNRi34s3LHvXvdE59k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0/go.mod h1:0YzCl/bY7Yl0NPaiJMPriQgWyyTzRSPMGufzToWOE0k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 h1:GkdDoPE951Plv5ygtezqKs2TJSZsxA7WbauYerOy2YQ= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0/go.mod h1:XieXBbXlml4kRMF02FlXGYa1m3pNJ8OxZWKevYsoYX0= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 h1:OdiKeirSJ2Y8QMK/E7LOasoIJUQ3kLrIt+AFoVcajDg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0/go.mod h1:0U7WCkIC6l7b0YLIXhH5SvOHtKyo3gpKGS061MFahsw= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.33.0 h1:WGf4L3BLM+7+RUxz3czAnWQ6ohZUxZkAzgCTm2jxUqE= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 h1:+Z8Iw93t626kmOFMF+ZvTVpVXPMxbAOEJYpula80az4= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0/go.mod h1:usNlVDrVPvqJZkz411dXfpyKqwkVgSE9kr24uinj+nU= github.com/HdrHistogram/hdrhistogram-go v0.9.0/go.mod h1:nxrse8/Tzg2tg3DZcZjm6qEclQKK70g0KxO61gFFZD4= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= diff --git a/exporter/datadogexporter/go.mod b/exporter/datadogexporter/go.mod index 471d24548c58..0aab95a6bc1d 100644 --- a/exporter/datadogexporter/go.mod +++ b/exporter/datadogexporter/go.mod @@ -9,7 +9,7 @@ require ( github.com/DataDog/datadog-agent/pkg/trace v0.40.0-rc.2.0.20220930142800-72e24cd2e404 github.com/DataDog/datadog-api-client-go/v2 v2.2.0 github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 github.com/aws/aws-sdk-go v1.44.106 github.com/cenkalti/backoff/v4 v4.1.3 github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.61.0 diff --git a/exporter/datadogexporter/go.sum b/exporter/datadogexporter/go.sum index 6dd50cddb426..9684496f9397 100644 --- a/exporter/datadogexporter/go.sum +++ b/exporter/datadogexporter/go.sum @@ -63,8 +63,8 @@ github.com/DataDog/sketches-go v1.4.1 h1:j5G6as+9FASM2qC36lvpvQAj9qsv/jUs3FtO8Cw github.com/DataDog/sketches-go v1.4.1/go.mod h1:xJIXldczJyyjnbDop7ZZcLxJdV3+7Kra7H1KMgpgkLk= github.com/DataDog/zstd v1.5.0 h1:+K/VEwIAaPcHiMtQvpLD4lqW7f0Gk3xdYZmI1hD+CXo= github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 h1:XV1a1MCXc63vOb2EH+Utbypl1Hmr2mqRLSKx82F2Mh4= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8/go.mod h1:s7Gpwj0tk7XnVCm4BQEmx/mbS36SuTCY/vMB2SNxe8o= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 h1:XJF4ZmIPeOkZUKTo2W177ngJ79XSD2eOuYkQvyuMdvI= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0/go.mod h1:8jbDwk101z1YJ201wir2t/3O5Sxn55M37IDVwnQA1rg= github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA= diff --git a/exporter/googlemanagedprometheusexporter/go.mod b/exporter/googlemanagedprometheusexporter/go.mod index 04345e540ff4..ecf0dac010aa 100644 --- a/exporter/googlemanagedprometheusexporter/go.mod +++ b/exporter/googlemanagedprometheusexporter/go.mod @@ -3,8 +3,8 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google go 1.18 require ( - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 github.com/stretchr/testify v1.8.0 go.opentelemetry.io/collector v0.61.0 ) @@ -15,8 +15,8 @@ require ( cloud.google.com/go/logging v1.4.2 // indirect cloud.google.com/go/monitoring v1.4.0 // indirect cloud.google.com/go/trace v1.2.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-logr/logr v1.2.3 // indirect diff --git a/exporter/googlemanagedprometheusexporter/go.sum b/exporter/googlemanagedprometheusexporter/go.sum index 7d9fa6a2cf10..1b307cd76500 100644 --- a/exporter/googlemanagedprometheusexporter/go.sum +++ b/exporter/googlemanagedprometheusexporter/go.sum @@ -66,15 +66,15 @@ cloud.google.com/go/trace v1.2.0/go.mod h1:Wc8y/uYyOhPy12KEnXG9XGrvfMz5F5SrYecQl dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 h1:FtmhPiykEaphXerr83TP1OVH/JIcaN+9fu+Ov1eHkvU= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8/go.mod h1:FKuQPUmvXQxm0kXkMRMxoXFKc/sKSXTGs/YpHuutusI= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 h1:ZSKytcx4HW6hx56OeqqA2puA+9mwkhJfjUuv2CIQEjA= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8/go.mod h1:56E4Y4a/qZb7TR6NNiQITK6OXE57qCN5jzHgbXwhZ2g= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 h1:gJotWbuzSbr350EljD1zTNy3l4NiigjDVeVBWf7ERgk= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8/go.mod h1:Cy0FEJrgXiz3UbLX/ZRlHPQxq605mGwz14ac+peTwQo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.32.8 h1:ehU1r1DPZfv3Qfi0r7C24UAi0sozSwiSHtqwD1sdL8k= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 h1:FJ3zlcMfrS9iv06vzg1V73RlfrHZPsyfdkKrqGYAT4E= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8/go.mod h1:/G0zPXsUx5gZUd6ryJakuDo4VR7EJScegf1ZNK8xIGs= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 h1:N2PRE5Z7snCym6QMRaZjpVDKfmNRi34s3LHvXvdE59k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0/go.mod h1:0YzCl/bY7Yl0NPaiJMPriQgWyyTzRSPMGufzToWOE0k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 h1:GkdDoPE951Plv5ygtezqKs2TJSZsxA7WbauYerOy2YQ= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0/go.mod h1:XieXBbXlml4kRMF02FlXGYa1m3pNJ8OxZWKevYsoYX0= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 h1:OdiKeirSJ2Y8QMK/E7LOasoIJUQ3kLrIt+AFoVcajDg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0/go.mod h1:0U7WCkIC6l7b0YLIXhH5SvOHtKyo3gpKGS061MFahsw= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.33.0 h1:WGf4L3BLM+7+RUxz3czAnWQ6ohZUxZkAzgCTm2jxUqE= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 h1:+Z8Iw93t626kmOFMF+ZvTVpVXPMxbAOEJYpula80az4= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0/go.mod h1:usNlVDrVPvqJZkz411dXfpyKqwkVgSE9kr24uinj+nU= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= diff --git a/go.mod b/go.mod index 72338176a42d..910103e81d69 100644 --- a/go.mod +++ b/go.mod @@ -213,11 +213,11 @@ require ( github.com/DataDog/sketches-go v1.4.1 // indirect github.com/DataDog/zstd v1.5.2 // indirect github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 // indirect github.com/Microsoft/go-winio v0.5.2 // indirect github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect github.com/SAP/go-hdb v0.108.2 // indirect diff --git a/go.sum b/go.sum index fb1707693ea8..12022430ff14 100644 --- a/go.sum +++ b/go.sum @@ -195,17 +195,17 @@ github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwS github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 h1:KeNholpO2xKjgaaSyd+DyQRrsQjhbSeS7qe4nEw8aQw= github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962/go.mod h1:kC29dT1vFpj7py2OvG1khBdQpo3kInWP+6QipLbdngo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 h1:XV1a1MCXc63vOb2EH+Utbypl1Hmr2mqRLSKx82F2Mh4= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8/go.mod h1:s7Gpwj0tk7XnVCm4BQEmx/mbS36SuTCY/vMB2SNxe8o= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8 h1:FtmhPiykEaphXerr83TP1OVH/JIcaN+9fu+Ov1eHkvU= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.8/go.mod h1:FKuQPUmvXQxm0kXkMRMxoXFKc/sKSXTGs/YpHuutusI= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8 h1:ZSKytcx4HW6hx56OeqqA2puA+9mwkhJfjUuv2CIQEjA= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.8/go.mod h1:56E4Y4a/qZb7TR6NNiQITK6OXE57qCN5jzHgbXwhZ2g= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8 h1:gJotWbuzSbr350EljD1zTNy3l4NiigjDVeVBWf7ERgk= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8/go.mod h1:Cy0FEJrgXiz3UbLX/ZRlHPQxq605mGwz14ac+peTwQo= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.32.8 h1:ehU1r1DPZfv3Qfi0r7C24UAi0sozSwiSHtqwD1sdL8k= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8 h1:FJ3zlcMfrS9iv06vzg1V73RlfrHZPsyfdkKrqGYAT4E= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.8/go.mod h1:/G0zPXsUx5gZUd6ryJakuDo4VR7EJScegf1ZNK8xIGs= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 h1:XJF4ZmIPeOkZUKTo2W177ngJ79XSD2eOuYkQvyuMdvI= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0/go.mod h1:8jbDwk101z1YJ201wir2t/3O5Sxn55M37IDVwnQA1rg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0 h1:N2PRE5Z7snCym6QMRaZjpVDKfmNRi34s3LHvXvdE59k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.33.0/go.mod h1:0YzCl/bY7Yl0NPaiJMPriQgWyyTzRSPMGufzToWOE0k= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0 h1:GkdDoPE951Plv5ygtezqKs2TJSZsxA7WbauYerOy2YQ= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.33.0/go.mod h1:XieXBbXlml4kRMF02FlXGYa1m3pNJ8OxZWKevYsoYX0= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0 h1:OdiKeirSJ2Y8QMK/E7LOasoIJUQ3kLrIt+AFoVcajDg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.9.0/go.mod h1:0U7WCkIC6l7b0YLIXhH5SvOHtKyo3gpKGS061MFahsw= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.33.0 h1:WGf4L3BLM+7+RUxz3czAnWQ6ohZUxZkAzgCTm2jxUqE= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0 h1:+Z8Iw93t626kmOFMF+ZvTVpVXPMxbAOEJYpula80az4= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.33.0/go.mod h1:usNlVDrVPvqJZkz411dXfpyKqwkVgSE9kr24uinj+nU= github.com/HdrHistogram/hdrhistogram-go v0.9.0/go.mod h1:nxrse8/Tzg2tg3DZcZjm6qEclQKK70g0KxO61gFFZD4= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= diff --git a/processor/resourcedetectionprocessor/go.mod b/processor/resourcedetectionprocessor/go.mod index 0fac1bafcfbf..36141ec4cdcd 100644 --- a/processor/resourcedetectionprocessor/go.mod +++ b/processor/resourcedetectionprocessor/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( cloud.google.com/go/compute v1.10.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 github.com/aws/aws-sdk-go v1.44.106 github.com/census-instrumentation/opencensus-proto v0.4.1 github.com/hashicorp/consul/api v1.15.2 diff --git a/processor/resourcedetectionprocessor/go.sum b/processor/resourcedetectionprocessor/go.sum index 2685b143c20b..047c531a1bac 100644 --- a/processor/resourcedetectionprocessor/go.sum +++ b/processor/resourcedetectionprocessor/go.sum @@ -6,8 +6,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOEl github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8 h1:XV1a1MCXc63vOb2EH+Utbypl1Hmr2mqRLSKx82F2Mh4= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.8/go.mod h1:s7Gpwj0tk7XnVCm4BQEmx/mbS36SuTCY/vMB2SNxe8o= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0 h1:XJF4ZmIPeOkZUKTo2W177ngJ79XSD2eOuYkQvyuMdvI= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.33.0/go.mod h1:8jbDwk101z1YJ201wir2t/3O5Sxn55M37IDVwnQA1rg= github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=