Use of gopkg.in
#3036
Replies: 2 comments 2 replies
|
@gadams999 dep isn't used anymore. We used that a long time ago but when modules got introduced that became deprecated. And in this case it's a GitHub issue as that's the one that throws a 502, dep would have the same problem unless we start to also include the dependencies which I don't want to do. |
2 replies
|
And the timeout error has cleared. :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
During a homebrew update today, I've run into an error is preventing oh-my-posh to compile (macOS). It's around the use of
gopkg.in/ini.v1where that site is failing to talk to GitHub:Unsure if the error originates from GitHub or gopkg.in.
While this is transient (although been like this for a couple hours now), are there alternatives such as using
depor vendoring the packages that could help out? I haven't reviewed what the packaging and build process is for homebrew, but wanted to start a conversation on this.All reactions