Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 29, 2024
1 parent a5f4c75 commit e75ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.23.3
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
golang.org/x/text v0.14.0
)

require (
Expand All @@ -14,5 +15,4 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)

0 comments on commit e75ae5d

Please sign in to comment.