From 2a0da43b9fe99afedb23d8b2edcab8ae96d9b8cb Mon Sep 17 00:00:00 2001 From: ecrupper Date: Tue, 22 Oct 2024 09:46:36 -0500 Subject: [PATCH] gci --- action/deployment/add.go | 2 +- action/deployment/table.go | 2 +- action/secret/add.go | 2 +- action/secret/table.go | 2 +- action/secret/update.go | 2 +- action/secret/view.go | 2 +- action/service/table.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/action/deployment/add.go b/action/deployment/add.go index bf1f3ca3..827472b9 100644 --- a/action/deployment/add.go +++ b/action/deployment/add.go @@ -3,11 +3,11 @@ package deployment import ( - api "github.com/go-vela/server/api/types" "github.com/sirupsen/logrus" "github.com/go-vela/cli/internal/output" "github.com/go-vela/sdk-go/vela" + api "github.com/go-vela/server/api/types" ) // Add creates a deployment based off the provided configuration. diff --git a/action/deployment/table.go b/action/deployment/table.go index a890452c..a4581db6 100644 --- a/action/deployment/table.go +++ b/action/deployment/table.go @@ -5,11 +5,11 @@ package deployment import ( "sort" - api "github.com/go-vela/server/api/types" "github.com/gosuri/uitable" "github.com/sirupsen/logrus" "github.com/go-vela/cli/internal/output" + api "github.com/go-vela/server/api/types" ) // table is a helper function to output the diff --git a/action/secret/add.go b/action/secret/add.go index 33486a3f..e04389ed 100644 --- a/action/secret/add.go +++ b/action/secret/add.go @@ -9,12 +9,12 @@ import ( "path/filepath" "strings" - api "github.com/go-vela/server/api/types" "github.com/sirupsen/logrus" yaml "gopkg.in/yaml.v3" "github.com/go-vela/cli/internal/output" "github.com/go-vela/sdk-go/vela" + api "github.com/go-vela/server/api/types" "github.com/go-vela/server/constants" ) diff --git a/action/secret/table.go b/action/secret/table.go index c0411f19..6b23a3c0 100644 --- a/action/secret/table.go +++ b/action/secret/table.go @@ -6,11 +6,11 @@ import ( "fmt" "strings" - api "github.com/go-vela/server/api/types" "github.com/gosuri/uitable" "github.com/sirupsen/logrus" "github.com/go-vela/cli/internal/output" + api "github.com/go-vela/server/api/types" "github.com/go-vela/server/constants" ) diff --git a/action/secret/update.go b/action/secret/update.go index 985b4522..6c14c9ff 100644 --- a/action/secret/update.go +++ b/action/secret/update.go @@ -9,12 +9,12 @@ import ( "path/filepath" "strings" - api "github.com/go-vela/server/api/types" "github.com/sirupsen/logrus" yaml "gopkg.in/yaml.v3" "github.com/go-vela/cli/internal/output" "github.com/go-vela/sdk-go/vela" + api "github.com/go-vela/server/api/types" "github.com/go-vela/server/constants" ) diff --git a/action/secret/view.go b/action/secret/view.go index a4f3c2ec..a2d7276f 100644 --- a/action/secret/view.go +++ b/action/secret/view.go @@ -7,12 +7,12 @@ import ( "os" "strings" - api "github.com/go-vela/server/api/types" "github.com/sirupsen/logrus" yaml "gopkg.in/yaml.v3" "github.com/go-vela/cli/internal/output" "github.com/go-vela/sdk-go/vela" + api "github.com/go-vela/server/api/types" pyaml "github.com/go-vela/server/compiler/types/yaml" "github.com/go-vela/server/constants" ) diff --git a/action/service/table.go b/action/service/table.go index 14bcdb4d..94028f21 100644 --- a/action/service/table.go +++ b/action/service/table.go @@ -7,11 +7,11 @@ import ( "time" "github.com/dustin/go-humanize" - api "github.com/go-vela/server/api/types" "github.com/gosuri/uitable" "github.com/sirupsen/logrus" "github.com/go-vela/cli/internal/output" + api "github.com/go-vela/server/api/types" ) // table is a helper function to output the