go-tty: bump to v2.

This commit is contained in:
Yasuhiro Matsumoto
2026-05-30 00:23:41 +09:00
parent b41260f663
commit e5f4b07c3d
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ import (
"fiatjaf.com/nostr/nip49"
"github.com/chzyer/readline"
"github.com/fatih/color"
"github.com/mattn/go-tty"
"github.com/mattn/go-tty/v2"
"github.com/urfave/cli/v3"
)