From 233c9d1ccd2b621411104593cc566035ff1ea5d6 Mon Sep 17 00:00:00 2001 From: xj Date: Sat, 28 Feb 2026 20:00:24 -0800 Subject: [PATCH] fix(plugin): satisfy gci import ordering --- pkg/plugin/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/manager.go b/pkg/plugin/manager.go index bb7877aef..c63f67e68 100644 --- a/pkg/plugin/manager.go +++ b/pkg/plugin/manager.go @@ -9,8 +9,8 @@ package plugin import ( "errors" "fmt" - "sort" "slices" + "sort" "strings" "sync"