Drop another dependency

This commit is contained in:
Kovid Goyal
2022-08-24 19:32:56 +05:30
parent 19ffbc6f3d
commit 10d11bc749
4 changed files with 6 additions and 14 deletions

2
go.mod
View File

@@ -3,7 +3,6 @@ module kitty
go 1.19
require (
github.com/mattn/go-runewidth v0.0.13
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
@@ -13,6 +12,5 @@ require (
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/seancfoley/bintree v1.1.0 // indirect
)