Using inexistent commit for github.com/darkhz/tview #58
Open
Description
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-5ca91a0d158f
ui/adapter.go:12:2: github.com/darkhz/tview@v0.0.0-20240130154506-5ca91a0d158f: invalid version: unknown revision 5ca91a0d158f
> git clone https://github.com/darkhz/tview
> cd tview
> git show 5ca91a0d158f
fatal: ambiguous argument '5ca91a0d158f': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
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.
Metadata
Assignees
Labels
No labels