mikepea/go-jira-ui

Can't install on macOS

finferflu opened this issue · 3 comments

I get:

$ export GOPATH=$HOME/go
$ export GOBIN=$GOPATH/bin
$ mkdir -p $GOPATH
$ export PATH=$PATH:$GOBIN
$ go get -v github.com/mikepea/go-jira-ui/jira-ui
github.com/mikepea/go-jira-ui
# github.com/mikepea/go-jira-ui
go/src/github.com/mikepea/go-jira-ui/ui_controls.go:170:10: e.Data undefined (type termui.Event has no field or method Data)
go/src/github.com/mikepea/go-jira-ui/ui_controls.go:269:10: e.Data undefined (type termui.Event has no field or method Data)

System details:

macOS 10.14.1 running Go version go1.11.2 darwin/amd64.

Am I missing anything?

Thanks!

Hey there, thanks for reporting this. It appears to have been introduced by the following commit in termui:

gizak/termui@b227bd5

This is the excuse I need to look into the current state of the world with go dependency management, woohoo :)

Thankfully though it looks like the v2 version on gopkg.in doesn't include this breaking change, so i'm going to switch over to using that.

@mikepea, thanks for acknowledging this. I'm still experiencing the same issue when trying to install this even though you've pushed a commit to fix it. Is that expected at this stage?

Thank you.

Actually, never mind. I've deleted the local copy of this repository and was able to install. Thanks!