From 079be6513c990ce1f07abcad717c090a5cbb0545 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Oct 2023 18:23:03 -0400 Subject: [PATCH] fix: plugin --- services/plugin/template/go.mod.plush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/plugin/template/go.mod.plush b/services/plugin/template/go.mod.plush index fe8fffd05..1c4ff1a80 100755 --- a/services/plugin/template/go.mod.plush +++ b/services/plugin/template/go.mod.plush @@ -5,4 +5,4 @@ go 1.21 require ( github.com/hashicorp/go-plugin v1.4.9 github.com/ignite/cli v0.26.2-0.20230504112712-4324e2ff958f -) \ No newline at end of file +)