Skip to content

Commit

Permalink
[chore] Remove stray cloud.google.com/go replace statement (#8795)
Browse files Browse the repository at this point in the history
**Description:** Follow up to #8763
  • Loading branch information
mx-psi authored Nov 3, 2023
1 parent 2e44da3 commit 9e3b989
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 1,013 deletions.
4 changes: 1 addition & 3 deletions receiver/otlpreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ require (
)

require (
cloud.google.com/go/compute/metadata v0.2.4-0.20230617002413-005d2dfb6b68 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down Expand Up @@ -129,9 +130,6 @@ replace go.opentelemetry.io/collector/extension/zpagesextension => ../../extensi

replace go.opentelemetry.io/collector/consumer => ../../consumer

// ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules
replace cloud.google.com/go => cloud.google.com/go v0.110.2

retract (
v0.76.0 // Depends on retracted pdata v1.0.0-rc10 module, use v0.76.1
v0.69.0 // Release failed, use v0.69.1
Expand Down
Loading

0 comments on commit 9e3b989

Please sign in to comment.