diff --git a/Makefile b/Makefile index 8ef85ab..7545a95 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ $(exe): go-get go build -o $(exe) src/* go-get: - go get github.com/rivo/tview - go get github.com/gdamore/tcell/v2 + go get -u github.com/rivo/tview + go get -u github.com/gdamore/tcell/v2 check: unit-tests integration-tests