Skip to content

Commit

Permalink
Always update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Nov 1, 2023
1 parent 69bddd3 commit 8f1ccb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f1ccb2

Please sign in to comment.