hashicorp / damon

A terminal UI (TUI) for HashiCorp Nomad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency tcell

foozmeat opened this issue · comments

I have e79c4a3 check out and my repo is clean.

❯ make build
go build -o bin/damon ./cmd/damon
go: github.com/rivo/tview@v0.0.0-20220911190240-55965cf21d8e requires
        github.com/gdamore/tcell/v2@v2.4.1-0.20210905002822-f057f0a857a1: missing go.sum entry; to add it:
        go mod download github.com/gdamore/tcell/v2
make: *** [build] Error 1

Hey @foozmeat,

What go version are you running on? I updated Damon to 1.19.
Did you try to run go mod tidy?

I'm not a go developer so some of this wasn't obvious to me

go version go1.16 darwin/arm64 -> Upgraded to 1.19.1 via homebrew

go mod tidy isn't listed in the docs or the makefile 😁

After those two things it builds OK!

Glad to hear it worked out. I'll try to make the docs better on that. Thank you!