Skip to content

Commit

Permalink
fix(deps): update all cloud.google.com/go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 70d8986 commit 7fc6422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exporter/googlecloudpubsubexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google
go 1.22.0

require (
cloud.google.com/go/pubsub v1.45.3
cloud.google.com/go/pubsub v1.47.0
github.com/google/uuid v1.6.0
github.com/googleapis/gax-go/v2 v2.14.1
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion receiver/googlecloudpubsubreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
cloud.google.com/go/logging v1.13.0
cloud.google.com/go/pubsub v1.45.3
cloud.google.com/go/pubsub v1.47.0
github.com/google/go-cmp v0.6.0
github.com/googleapis/gax-go/v2 v2.14.1
github.com/iancoleman/strcase v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion receiver/googlecloudspannerreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/google
go 1.22.0

require (
cloud.google.com/go/spanner v1.73.0
cloud.google.com/go/spanner v1.75.0
github.com/jellydator/ttlcache/v3 v3.3.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/stretchr/testify v1.10.0
Expand Down

0 comments on commit 7fc6422

Please sign in to comment.