We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 -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/[email protected]/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/[email protected]/render.go:112:10: undefined: stack.Palette go/pkg/mod/github.com/erroneousboat/[email protected]/render.go:113:15: undefined: stack.SortBuckets go/pkg/mod/github.com/erroneousboat/[email protected]/render.go:113:33: undefined: stack.Bucketize go/pkg/mod/github.com/erroneousboat/[email protected]/render.go:114:22: undefined: stack.CalcLengths
Any ideas?
Version: go version go1.16.4 darwin/amd64 Installation method: go get
go version go1.16.4 darwin/amd64
go get
The text was updated successfully, but these errors were encountered:
Having the same problem. Version: go version go1.16.5 darwin/amd64
go version go1.16.5 darwin/amd64
Sorry, something went wrong.
Same here with go version go1.16.6 darwin/amd64
go version go1.16.6 darwin/amd64
same issue go version go1.16.4 darwin/amd64
same issue with go 1.17.5
go 1.17.5
go get deprecated in Go 1.18 https://go.dev/doc/go-get-install-deprecation
No branches or pull requests
Any ideas?
Version:
go version go1.16.4 darwin/amd64
Installation method:
go get
The text was updated successfully, but these errors were encountered: