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
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Trying to install this tool using go install github.com/deta/[email protected] gives an error:
github.com/deta/[email protected]: parsing go.mod:
module declares its path as: github.com/deta/space
but was required as: github.com/deta/space-cli
I think that using go to install is better than using space version upgrade as the former installs the binary in a common place, i.e. $GOPATH/bin instead of $HOME/.detaspace/bin which is not standard.
The solution is to change the package name to space-cli or the repository to space.