Get rid of a couple of unneeded dependencies

This commit is contained in:
Kovid Goyal
2022-08-20 16:54:21 +05:30
parent 11ffa961bc
commit 08b4741024
3 changed files with 36 additions and 21 deletions

2
go.mod
View File

@@ -3,7 +3,6 @@ module kitty
go 1.19
require (
github.com/fatih/color v1.13.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/pkg/term v1.1.0
@@ -17,7 +16,6 @@ require (
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/seancfoley/bintree v1.1.0 // indirect
)