From e6bee78be48fbfc36a7fcfacdfbf8d46e60c3b84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Dec 2024 02:18:19 +0000 Subject: [PATCH] Apply gci import order changes --- cmd/gf/internal/cmd/genpbentity/genpbentity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gf/internal/cmd/genpbentity/genpbentity.go b/cmd/gf/internal/cmd/genpbentity/genpbentity.go index 658b284fa..8d497fe8e 100644 --- a/cmd/gf/internal/cmd/genpbentity/genpbentity.go +++ b/cmd/gf/internal/cmd/genpbentity/genpbentity.go @@ -10,7 +10,6 @@ import ( "bytes" "context" "fmt" - "github.com/gogf/gf/v2/container/gset" "path/filepath" "regexp" "strings" @@ -18,6 +17,7 @@ import ( "github.com/olekukonko/tablewriter" "github.com/gogf/gf/v2/container/garray" + "github.com/gogf/gf/v2/container/gset" "github.com/gogf/gf/v2/database/gdb" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gctx"