Update dependencies

This commit is contained in:
raul 2024-04-13 13:08:02 +02:00
parent c4fb5606f6
commit 678244d289
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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
)