diff --git a/Makefile b/Makefile index 7545a95..8ef85ab 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/go.mod b/go.mod index 05bdf7c..24a1880 100644 --- a/go.mod +++ b/go.mod @@ -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 ( diff --git a/go.sum b/go.sum index 83adb52..6ec6d62 100644 --- a/go.sum +++ b/go.sum @@ -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=