Update dependencies
This commit is contained in:
parent
c4fb5606f6
commit
678244d289
2
go.mod
2
go.mod
|
@ -4,13 +4,13 @@ go 1.22.1
|
|||
|
||||
require (
|
||||
github.com/jroimartin/gocui v0.5.0
|
||||
github.com/nsf/termbox-go v1.1.1
|
||||
github.com/spf13/cobra v1.8.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||
github.com/nsf/termbox-go v1.1.1 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue