Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fixing import order
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaklauer committed Jun 7, 2021
1 parent da45147 commit aa9b2cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/cli/deployment_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ import (

"github.com/dustin/go-humanize"
"github.com/golang/protobuf/ptypes"
"github.com/posener/complete"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"github.com/hashicorp/waypoint-plugin-sdk/terminal"
clientpkg "github.com/hashicorp/waypoint/internal/client"
"github.com/hashicorp/waypoint/internal/clierrors"
"github.com/hashicorp/waypoint/internal/pkg/flag"
pb "github.com/hashicorp/waypoint/internal/server/gen"
serversort "github.com/hashicorp/waypoint/internal/server/sort"
"github.com/posener/complete"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)

type DeploymentListCommand struct {
Expand Down

0 comments on commit aa9b2cb

Please sign in to comment.