You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a huge replace block due to libp2p. This triggers golang/go#27859
which is annoying and adds time to the build process.
We can leave things as is for now and just deal with it as the problem will resolve itself in Go 1.12, or switch from the replace block to pointing at hashes in the require directive. From a maintainability standpoint I prefer the former, but if enough other people find the current behavior unbearable, we can change it.
The text was updated successfully, but these errors were encountered:
We have a huge replace block due to libp2p. This triggers golang/go#27859
which is annoying and adds time to the build process.
We can leave things as is for now and just deal with it as the problem will resolve itself in Go 1.12, or switch from the replace block to pointing at hashes in the require directive. From a maintainability standpoint I prefer the former, but if enough other people find the current behavior unbearable, we can change it.
The text was updated successfully, but these errors were encountered: