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
Hi, i just did a go get github.com/keighl/barkup and i got this:
go get github.com/keighl/barkup
go get -u -v github.com/keighl/barkup github.com/keighl/barkup (download) Fetching https://launchpad.net/goamz/aws?go-get=1 Parsing meta tags from https://launchpad.net/goamz/aws?go-get=1 (status code 404)launchpad.net/goamz (download) go: missing Bazaar command. See https://golang.org/s/gogetcmd package launchpad.net/goamz/aws: exec: "bzr": executable file not found in $PATH Fetching https://launchpad.net/goamz/s3?go-get=1 Parsing meta tags from https://launchpad.net/goamz/s3?go-get=1 (status code 404) package launchpad.net/goamz/s3: cannot find package "launchpad.net/goamz/s3"
It looks like the goamz/s3 library was moved form launchpad to github and then barkup is not compiling correctly when fetched by go.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i just did a
go get github.com/keighl/barkup
and i got this:go get -u -v github.com/keighl/barkup
github.com/keighl/barkup (download)
Fetching https://launchpad.net/goamz/aws?go-get=1
Parsing meta tags from https://launchpad.net/goamz/aws?go-get=1 (status code 404)launchpad.net/goamz (download)
go: missing Bazaar command. See https://golang.org/s/gogetcmd
package launchpad.net/goamz/aws: exec: "bzr": executable file not found in $PATH
Fetching https://launchpad.net/goamz/s3?go-get=1
Parsing meta tags from https://launchpad.net/goamz/s3?go-get=1 (status code 404)
package launchpad.net/goamz/s3: cannot find package "launchpad.net/goamz/s3"
It looks like the goamz/s3 library was moved form launchpad to github and then barkup is not compiling correctly when fetched by go.
The text was updated successfully, but these errors were encountered: