We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3fae0 commit 75f0e87Copy full SHA for 75f0e87
cmd/telemetrygen/go.mod
@@ -65,8 +65,5 @@ retract (
65
v0.65.0
66
)
67
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.
+// IMPORTANT NOTE: Do not add replace statements to this go.mod. This will break go install.
72
// See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27855.
0 commit comments