From ce12466541334a55e480eac4fc7028cf1167c570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:36:01 +0000 Subject: [PATCH] chore(deps): update module github.com/imdario/mergo to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3132955a..1d368690 100644 --- a/go.mod +++ b/go.mod @@ -82,6 +82,6 @@ require ( // fix because k8s.io/client-go v0.31.1 requires the package, but mergo recently moved to dario.cat/mergo // this can be removed once k8s.io/client-go updates to no longer require it, or updates to the new location -replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 +replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1 replace github.com/golang/protobuf => ./interop/github.com/golang/protobuf