Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 22, 2024
1 parent 68fa87a commit 2a0da43
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion action/deployment/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion action/deployment/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action/secret/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion action/secret/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion action/secret/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion action/secret/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion action/service/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a0da43

Please sign in to comment.