diff --git a/go.mod b/go.mod index 047ef01..05de138 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module brewmaster go 1.21 require ( - github.com/gdamore/tcell/v2 v2.7.0 - github.com/rivo/tview v0.0.0-20231011143503-311331111111 + github.com/gdamore/tcell/v2 + github.com/rivo/tview v0.42.0 )