From 2ccacb60659f8c7a96c4035f12f80578e0d4bebb Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Tue, 17 Dec 2024 09:45:44 +0100 Subject: [PATCH] chore: remove mergo replace since it does not cause an isssue Signed-off-by: Bence Csati --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 6a06c9a..1f323a7 100644 --- a/go.mod +++ b/go.mod @@ -188,6 +188,3 @@ require ( // v1.51.0 is present in the go.mod file of the opentelemetry-operator as retracted // automated dependency updates can fail because of this. exclude github.com/open-telemetry/opentelemetry-operator v1.51.0 - -// ref: https://github.com/darccio/mergo/blob/2b1eb9c67d7332f286430af241180c5005a6a5a4/README.md?plain=1#L53 -replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16