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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Because macOS dep binaries are compiled with CGO_ENABLED=0, they don't use the custom, macOS DNS resolver. This causes problems in environments that depend on the latter for proper DNS resolution.
Lots of no such host errors when dep tries to hit our company's internal git repository. These resolve correctly when using curl or other command-line tools.
The text was updated successfully, but these errors were encountered:
Is this why the binary for dep v0.4.1 for mac was re-built and uploaded? My version of dep version now reports the following. Note that the build date is substantially after the release date. We noticed this since the hash changed, and we verify the hash when downloading development tools:
version : v0.4.1-161-g8b166f24
build date : 2018-05-02
git hash : 8b166f24
go version : go1.10
go compiler : gc
platform : darwin/amd64
features : ImportDuringSolve=false
Because macOS dep binaries are compiled with
CGO_ENABLED=0
, they don't use the custom, macOS DNS resolver. This causes problems in environments that depend on the latter for proper DNS resolution.See golang/go#12524 for more background.
What version of
dep
are you using (dep version
)?v0.4.1-158-g1f635066
What
dep
command did you run?dep ensure
What did you expect to see?
No output (i.e., no errors)
What did you see instead?
Lots of
no such host
errors when dep tries to hit our company's internal git repository. These resolve correctly when usingcurl
or other command-line tools.The text was updated successfully, but these errors were encountered: