Skip to content

Commit

Permalink
refactor: use new termios lib
Browse files Browse the repository at this point in the history
refs charmbracelet/x#35

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 1, 2024
1 parent 3f297de commit 699384a
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 437 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ go 1.17

require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
github.com/charmbracelet/x/exp/term v0.0.0-20240130180102-bafe6fbaee60
github.com/charmbracelet/x/exp/term v0.0.0-20240201133954-f304b7c7bf98
github.com/creack/pty v1.1.21
github.com/u-root/u-root v0.11.0
golang.org/x/crypto v0.17.0
golang.org/x/sys v0.16.0
)
Expand Down
Loading

0 comments on commit 699384a

Please sign in to comment.