File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ package cli
3
3
import (
4
4
"time"
5
5
6
- "github.com/coder/pretty"
7
6
"github.com/google/uuid"
8
7
"golang.org/x/xerrors"
9
8
9
+ "github.com/coder/pretty"
10
+
10
11
"github.com/coder/coder/v2/cli/clibase"
11
12
"github.com/coder/coder/v2/cli/cliui"
12
13
"github.com/coder/coder/v2/codersdk"
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ import (
6
6
"strings"
7
7
"time"
8
8
9
- "github.com/coder/pretty"
10
9
"golang.org/x/xerrors"
11
10
11
+ "github.com/coder/pretty"
12
+
12
13
"github.com/coder/coder/v2/cli/clibase"
13
14
"github.com/coder/coder/v2/cli/cliui"
14
15
"github.com/coder/coder/v2/codersdk"
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ import (
5
5
"strings"
6
6
"time"
7
7
8
- "github.com/coder/pretty"
9
8
"github.com/google/uuid"
10
9
"golang.org/x/xerrors"
11
10
11
+ "github.com/coder/pretty"
12
+
12
13
"github.com/coder/coder/v2/cli/clibase"
13
14
"github.com/coder/coder/v2/cli/cliui"
14
15
"github.com/coder/coder/v2/codersdk"
You can’t perform that action at this time.
0 commit comments