jpbruinsslot/slack-term

go get throws "not enough arguments in call to stack.ParseDump" error

Dentrax opened this issue · 5 comments

$ go get -u github.com/erroneousboat/slack-term

go: downloading github.com/erroneousboat/slack-term v0.5.0
go: downloading github.com/erroneousboat/termui v0.0.0-20170923115141-80f245cdfa04
go: downloading github.com/nsf/termbox-go v0.0.0-20191229070316-58d4fcbce2a7
go: downloading github.com/OpenPeeDeeP/xdg v0.2.0
go: downloading github.com/0xAX/notificator v0.0.0-20171022182052-88d57ee9043b
go: downloading github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249
go: downloading github.com/lithammer/fuzzysearch v1.1.0
go: downloading github.com/mattn/go-runewidth v0.0.7
go: downloading github.com/nsf/termbox-go v1.1.1
go: downloading github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1
go: downloading github.com/nlopes/slack v0.6.1-0.20200219171353-c05e07b0a5de
go: downloading github.com/gorilla/websocket v1.4.1
go: downloading github.com/OpenPeeDeeP/xdg v1.0.0
go: downloading github.com/maruel/panicparse v1.1.1
go: downloading github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/lithammer/fuzzysearch v1.1.2
go: downloading github.com/maruel/panicparse v1.6.1
# github.com/erroneousboat/termui
go/pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:107:30: not enough arguments in call to stack.ParseDump
	have (*bytes.Reader, *os.File)
	want (io.Reader, io.Writer, bool)
go/pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:112:10: undefined: stack.Palette
go/pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:113:15: undefined: stack.SortBuckets
go/pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:113:33: undefined: stack.Bucketize
go/pkg/mod/github.com/erroneousboat/termui@v0.0.0-20170923115141-80f245cdfa04/render.go:114:22: undefined: stack.CalcLengths

Any ideas?


Version: go version go1.16.4 darwin/amd64
Installation method: go get

Having the same problem.
Version: go version go1.16.5 darwin/amd64

Same here with go version go1.16.6 darwin/amd64

same issue go version go1.16.4 darwin/amd64

same issue with go 1.17.5