google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively
Apache License 2.0
724 stars 170 forks source link

Fix docker build failure due to upstream golang/dep deprecation unfixed issue #72

Closed Chaffelson closed 3 years ago

Chaffelson commented 3 years ago

Fixes #71 Uses suggestion from upstream Issue at https://github.com/golang/dep/issues/2223#issuecomment-599872151

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

Chaffelson commented 3 years ago

@googlebot I signed it!

willnorris commented 3 years ago

Thanks for the fix! We ended up doing a larger rewrite of the Dockerfile in #82 which also ended up fixing this.