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
+ go build -tags production -ldflags '' -buildmode=pie -o /home/azul/azul/keybase-build/binaries/amd64/usr/bin/keybase github.com/keybase/client/go/keybase go: downloading camlistore.org v0.0.0-20161205184337-c55c8602d3ce chat/emojisource.go:15:2: unrecognized import path "camlistore.org": https fetch: Get "https://camlistore.org/?go-get=1": dial tcp 104.197.157.20:443: i/o timeout
And camlistore.org is really unreachable. I have found the following two hints but after some patching it still does not build for me:
camlistore.org
The text was updated successfully, but these errors were encountered:
It seems like you need to build prerelease, e.g.
prerelease
$ ./packaging/linux/build_binaries.sh prerelease
EDIT: never mind, still the same problem...
Sorry, something went wrong.
This works:
$ cd go $ go mod edit -replace [email protected][email protected] $ go mod download camlistore.org
Successfully merging a pull request may close this issue.
And
camlistore.org
is really unreachable. I have found the following two hints but after some patching it still does not build for me:The text was updated successfully, but these errors were encountered: