Skip to content
Merged
Prev Previous commit
Next Next commit
import order
  • Loading branch information
ibetitsmike committed Apr 22, 2025
commit 2607ed0feefa68e01e3b0607c84082a398c3150c
3 changes: 1 addition & 2 deletions cli/cliui/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import (
"os/signal"
"strings"

"golang.org/x/xerrors"

"github.com/mattn/go-isatty"
"golang.org/x/xerrors"

"github.com/coder/coder/v2/pty"
"github.com/coder/pretty"
Expand Down
Loading