From 024a55dec5062fcb0afbff02ac4c739b3bc8d177 Mon Sep 17 00:00:00 2001 From: Ehsan-saradar Date: Mon, 5 Feb 2024 16:20:50 +0330 Subject: [PATCH] Update imports --- examples/hello-world/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/hello-world/main.go b/examples/hello-world/main.go index 2d847e2f..3704ec11 100644 --- a/examples/hello-world/main.go +++ b/examples/hello-world/main.go @@ -5,10 +5,9 @@ import ( "fmt" hplugin "github.com/hashicorp/go-plugin" + "github.com/ignite/cli/v28/ignite/services/plugin" "hello-world/cmd" - - "github.com/ignite/cli/v28/ignite/services/plugin" ) type app struct{}