You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current master points to a commit in tview which does not exist upstream:
> go run ./main.go go: downloading github.com/darkhz/tview v0.0.0-20240130154506-5ca91a0d158fui/adapter.go:12:2: github.com/darkhz/[email protected]: invalid version: unknown revision 5ca91a0d158f
> git clone https://github.com/darkhz/tview
> cd tview
> git show 5ca91a0d158ffatal: ambiguous argument '5ca91a0d158f': unknown revision or path not in the working tree.Use '--' to separate paths from revisions, like this:'git <command> [<revision>...] -- [<file>...]'
Current
master
points to a commit intview
which does not exist upstream:GitHub does show this commit, but it seems to belong only in a fork: darkhz/tview@5ca91a0d158f
Using
github.com/darkhz/tview v0.0.0-20240308094543-6078a888ff79
instead seems to work.The text was updated successfully, but these errors were encountered: