• Tim Hockin's avatar
    Simplify godep licenses logic · 847b56b2
    Tim Hockin authored
    This code used to actually reach out to the internet to look for files.  This
    is flaky, slow, and semantically WRONG.  The license that is upstream might
    actually be different than what we have vendored.  Only look at local files.
    
    This now passes back-to-back updates and verifies.
    847b56b2
update-godep-licenses.sh 4.87 KB