Skip to content

Commit

Permalink
[cmd/telemetrygen] Remove remaining replace statement (#28565)
Browse files Browse the repository at this point in the history
**Description:** #27878 was not enough to fix `go install`, this should
fix it.

**Link to tracking Issue:** Fixes #27855
  • Loading branch information
mx-psi authored Oct 24, 2023
1 parent c9f1865 commit 85fba96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,127 deletions.
5 changes: 1 addition & 4 deletions cmd/telemetrygen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,5 @@ retract (
v0.65.0
)

// 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

// IMPORTANT NOTE: Do not add local replace statements. This will break go install.
// IMPORTANT NOTE: Do not add replace statements to this go.mod. This will break go install.
// See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27855.
Loading

0 comments on commit 85fba96

Please sign in to comment.