From 2afc644977a55e03d0836e0629703e51fc92408f Mon Sep 17 00:00:00 2001 From: David Collom Date: Tue, 9 Jul 2024 11:13:20 +0100 Subject: [PATCH] Fix margo replace --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e6e6e25..718b24a 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,8 @@ toolchain go1.22.3 // please place any replace statements here at the top for visibility and add a // comment to it as to when it can be removed +replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 + require ( github.com/Azure/go-autorest/autorest v0.11.29 github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect @@ -99,7 +101,7 @@ require ( github.com/googleapis/gax-go/v2 v2.12.5 // indirect github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/imdario/mergo v0.3.16 // indirect + github.com/imdario/mergo v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect