Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dentrax opened this issue Jun 7, 2021 · 5 comments
Open

Comments

@Dentrax
Copy link

Dentrax commented Jun 7, 2021

$ 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

@tinakeshav
Copy link

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

@ben-tilley-elw
Copy link

Same here with go version go1.16.6 darwin/amd64

@james-see
Copy link

same issue go version go1.16.4 darwin/amd64

@mtyurt
Copy link

mtyurt commented Jan 6, 2022

same issue with go 1.17.5

@jimmyhess
Copy link

go get deprecated in Go 1.18
https://go.dev/doc/go-get-install-deprecation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants