Skip to content

Commit 05bf779

Browse files
fix(deps): bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
Bumps [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) from 1.24.2 to 1.26.0. - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](GoogleCloudPlatform/opentelemetry-operations-go@detectors/gcp/v1.24.2...detectors/gcp/v1.26.0) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2c28bb commit 05bf779

File tree

2 files changed

+31
-109
lines changed

2 files changed

+31
-109
lines changed

api/go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.22.7
55
toolchain go1.23.2
66

77
require (
8-
cloud.google.com/go/cloudtasks v1.13.2
8+
cloud.google.com/go/cloudtasks v1.13.3
99
firebase.google.com/go v3.13.0+incompatible
1010
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
11-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.2
11+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0
1212
github.com/NdoleStudio/go-otelroundtripper v0.0.11
1313
github.com/NdoleStudio/lemonsqueezy-go v1.2.4
1414
github.com/avast/retry-go v3.0.0+incompatible
@@ -57,17 +57,17 @@ require (
5757
)
5858

5959
require (
60-
cloud.google.com/go v0.116.0 // indirect
60+
cloud.google.com/go v0.118.0 // indirect
6161
cloud.google.com/go/auth v0.14.0 // indirect
6262
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
6363
cloud.google.com/go/compute/metadata v0.6.0 // indirect
6464
cloud.google.com/go/firestore v1.17.0 // indirect
65-
cloud.google.com/go/iam v1.2.2 // indirect
66-
cloud.google.com/go/longrunning v0.6.2 // indirect
67-
cloud.google.com/go/monitoring v1.21.2 // indirect
65+
cloud.google.com/go/iam v1.3.1 // indirect
66+
cloud.google.com/go/longrunning v0.6.4 // indirect
67+
cloud.google.com/go/monitoring v1.22.1 // indirect
6868
cloud.google.com/go/storage v1.43.0 // indirect
69-
cloud.google.com/go/trace v1.11.2 // indirect
70-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
69+
cloud.google.com/go/trace v1.11.3 // indirect
70+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
7171
github.com/KyleBanks/depth v1.2.1 // indirect
7272
github.com/Masterminds/goutils v1.1.1 // indirect
7373
github.com/Masterminds/semver v1.5.0 // indirect
@@ -85,7 +85,6 @@ require (
8585
github.com/go-openapi/jsonreference v0.21.0 // indirect
8686
github.com/go-openapi/spec v0.21.0 // indirect
8787
github.com/go-openapi/swag v0.23.0 // indirect
88-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8988
github.com/golang/protobuf v1.5.4 // indirect
9089
github.com/google/s2a-go v0.1.9 // indirect
9190
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
@@ -130,7 +129,6 @@ require (
130129
github.com/vanng822/go-premailer v1.21.0 // indirect
131130
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
132131
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
133-
go.opencensus.io v0.24.0 // indirect
134132
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
135133
go.opentelemetry.io/contrib v1.27.0 // indirect
136134
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
@@ -155,7 +153,7 @@ require (
155153
golang.org/x/time v0.9.0 // indirect
156154
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
157155
google.golang.org/appengine v1.6.8 // indirect
158-
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
156+
google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
159157
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
160158
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
161159
google.golang.org/grpc v1.70.0 // indirect

0 commit comments

Comments
 (0)