rhysd / go-github-selfupdate

Binary self-update mechanism for Go commands using GitHub
https://godoc.org/github.com/rhysd/go-github-selfupdate/selfupdate
MIT License
597 stars 76 forks source link

Dependency package not found #35

Open alexthemonk opened 3 years ago

alexthemonk commented 3 years ago

Hi, Thank you for this amazing project. I was trying to get the package using go get github.com/rhysd/go-github-selfupdate And I encountered this error message:

package github.com/google/go-github/v30/github: cannot find package "github.com/google/go-github/v30/github" in any of:
        /.../src/github.com/google/go-github/v30/github (from $GOROOT)
        /.../src/github.com/google/go-github/v30/github (from $GOPATH)

Could you please help me with this issue? Thank you very much.