Skip to content

Commit 75f0e87

Browse files
mx-psijmsnll
authored andcommitted
[cmd/telemetrygen] Remove remaining replace statement (open-telemetry#28565)
**Description:** open-telemetry#27878 was not enough to fix `go install`, this should fix it. **Link to tracking Issue:** Fixes open-telemetry#27855
1 parent ef3fae0 commit 75f0e87

File tree

2 files changed

+2
-1127
lines changed

2 files changed

+2
-1127
lines changed

cmd/telemetrygen/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@ retract (
6565
v0.65.0
6666
)
6767

68-
// ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules
69-
replace cloud.google.com/go => cloud.google.com/go v0.110.2
70-
71-
// IMPORTANT NOTE: Do not add local replace statements. This will break go install.
68+
// IMPORTANT NOTE: Do not add replace statements to this go.mod. This will break go install.
7269
// See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27855.

0 commit comments

Comments
 (0)