goreportcard: "Could not go get the repository."
I’m unable to use this with https://github.com/purpleidea/mgmt/
I get the following error message:
There was an error processing your request: Could not go get the repository.
Any help understanding why I get the error would be appreciated. Thanks!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (6 by maintainers)
I finally got around to fixing this issue (in this commit). @pavel-paulau @Dieterbe both your repos work now. Let me know if you encounter any other issues!
As an added bonus, since we no longer use
go get
, all checks will actually happen significantly faster.@monder @xor-xor It works now; was a known caching issue first, and then our server ran out of disk space, sorry for not looking into it sooner. rkt-sidekick ralph-cli
@berezovskyi In the
ldpserver
case the error is something different. This is what I see in the logs:Go get error log: package ldpserver/web: unrecognized import path "ldpserver/web" (import path does not begin with hostname)
If I try to run go get locally from my machine, it also fails with that error.