From edf734186ef911adbbfd351fb7871f87cccdc228 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 29 Feb 2024 00:08:01 +0100 Subject: [PATCH] updates --- ignite/services/plugin/template/go.mod.plush | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ignite/services/plugin/template/go.mod.plush b/ignite/services/plugin/template/go.mod.plush index fdc5fb732d..c8af082954 100644 --- a/ignite/services/plugin/template/go.mod.plush +++ b/ignite/services/plugin/template/go.mod.plush @@ -4,8 +4,8 @@ go 1.21 require ( github.com/hashicorp/go-plugin v1.6.0 - github.com/ignite/cli/v29 v29.0.0 + // on main after https://github.com/ignite/cli/pull/3945 is merged we should add + //replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main + github.com/ignite/cli/v28 v28.2.0 github.com/stretchr/testify v1.8.4 -) - -replace github.com/ignite/cli/v29 => github.com/ignite/cli/v29 main \ No newline at end of file +) \ No newline at end of file