diff --git a/main.go b/main.go index f783fd3c..3ed1b470 100644 --- a/main.go +++ b/main.go @@ -8,12 +8,12 @@ import ( "runtime" "runtime/debug" - "github.com/go-errors/errors" - "github.com/integrii/flaggy" "github.com/christophe-duc/lazypodman/pkg/app" "github.com/christophe-duc/lazypodman/pkg/commands" "github.com/christophe-duc/lazypodman/pkg/config" "github.com/christophe-duc/lazypodman/pkg/utils" + "github.com/go-errors/errors" + "github.com/integrii/flaggy" "github.com/jesseduffield/yaml" "github.com/samber/lo" ) diff --git a/pkg/gui/presentation/services.go b/pkg/gui/presentation/services.go index 78641469..308c286f 100644 --- a/pkg/gui/presentation/services.go +++ b/pkg/gui/presentation/services.go @@ -1,10 +1,10 @@ package presentation import ( - "github.com/fatih/color" "github.com/christophe-duc/lazypodman/pkg/commands" "github.com/christophe-duc/lazypodman/pkg/config" "github.com/christophe-duc/lazypodman/pkg/utils" + "github.com/fatih/color" ) func GetServiceDisplayStrings(guiConfig *config.GuiConfig, service *commands.Service) []string {