mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Drop another dependency
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user