Skip to content

Commit

Permalink
re: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Mar 2, 2024
1 parent 945fbf7 commit 82727c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ module github.com/cybardev/ytgo

go 1.22

require github.com/rivo/tview v0.0.0-20240225120200-5605142ca62e
require (
github.com/gdamore/tcell/v2 v2.7.1
github.com/rivo/tview v0.0.0-20240225120200-5605142ca62e
)

require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.7.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand Down

0 comments on commit 82727c3

Please sign in to comment.