Skip to content

Commit

Permalink
Upgrade tview
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Nov 2, 2023
1 parent 8f1ccb2 commit 198a03e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 -u github.com/rivo/tview
go get -u github.com/gdamore/tcell/v2
go get github.com/rivo/tview
go get github.com/gdamore/tcell/v2

check: unit-tests integration-tests

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/gdamore/tcell/v2 v2.6.0
github.com/rivo/tview v0.0.0-20231031172508-2dfe06011790
github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZ
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/rivo/tview v0.0.0-20231031172508-2dfe06011790 h1:oPji2zuvgrRMlgN1m5bBlcYTVdWXum0qpKwqqNq0Lxk=
github.com/rivo/tview v0.0.0-20231031172508-2dfe06011790/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559 h1:buffZ9O0CRub0oeyQLmhemEY790wiTQtyJpzgz04e6s=
github.com/rivo/tview v0.0.0-20231102080820-4a0d5ff00559/go.mod h1:nVwGv4MP47T0jvlk7KuTTjjuSmrGO4JF0iaiNt4bufE=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
Expand Down

0 comments on commit 198a03e

Please sign in to comment.