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
We currently cannot build algernon as part of Homebrew:
==> go build -o algernon go: downloading github.com/sirupsen/logrus v1.4.2 go: downloading github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e go: downloading github.com/xyproto/permissionbolt v0.0.0-20190822174405-70061863efdb go: downloading github.com/go-gcfg/gcfg v1.2.3 go: downloading github.com/xyproto/permissions2 v0.0.0-20190729074010-6510c7590749 go: downloading github.com/xyproto/term v0.3.1-0.20190822162330-fddaac69bf95 go: downloading github.com/xyproto/simpleredis v0.0.0-20181004131423-f2c3a2cf62d0 go: downloading github.com/lucas-clemente/quic-go v0.12.0 go: downloading github.com/xyproto/recwatch v0.0.0-20190815131735-c8f6c928dd10 go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db go: extracting github.com/sirupsen/logrus v1.4.2 go: extracting github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e go: extracting github.com/xyproto/recwatch v0.0.0-20190815131735-c8f6c928dd10 go: downloading github.com/xyproto/sheepcounter v1.6.0 go: extracting github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db go: extracting github.com/xyproto/permissionbolt v0.0.0-20190822174405-70061863efdb go: extracting github.com/xyproto/term v0.3.1-0.20190822162330-fddaac69bf95 go: extracting github.com/xyproto/simpleredis v0.0.0-20181004131423-f2c3a2cf62d0 go: extracting github.com/go-gcfg/gcfg v1.2.3 verifying github.com/lucas-clemente/[email protected]: checksum mismatch downloaded: h1:TRbvZ6F++sofeGbh+Z2IIyIOhl8KyGnYuA06g2yrHdI= go.sum: h1:dYHUyB50gEQlK3KqytmNySzuyzAcaQ3iuI2ZReAfVrE= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.
The text was updated successfully, but these errors were encountered:
Hi!
Please try:
go build -mod=vendor
To use the vendored dependencies.
Sorry, something went wrong.
Tagged 1.12.6. Please try that version instead if there are issues with 1.12.5.
Closing, since it seems to be solved in the issue linked to here.
No branches or pull requests
We currently cannot build algernon as part of Homebrew:
The text was updated successfully, but these errors were encountered: