gosnowflake
gosnowflake copied to clipboard
Update Go vendors
Description
Update Go vendors
Also fixes vulnerabilities from Sync:
- #662
- #659
- #603
- #623
- #607
- #611
- #610
- #609
- #608
- #606
- #604
Checklist
- [x] Code compiles correctly
- [x] Run
make fmt
to fix inconsistent formats - [x] Run
make lint
to get lint errors and fix all of them - [ ] Created tests which fail without the change (if possible)
- [x] All tests passing
- [ ] Extended the README / documentation, if necessary
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
Could you please add more descriptions to PR? What is meaning of Update Go Vendors? Also why more than 500 files has been changed? It's not trivial to review 500 files. So once you update the description and confirm build/test works fine, I need to approve based on "good faith".
Could you please add more descriptions to PR? What is meaning of Update Go Vendors? Also why more than 500 files has been changed? It's not trivial to review 500 files. So once you update the description and confirm build/test works fine, I need to approve based on "good faith".
@sfc-gh-igarish When we get the latest modules using 'go get' it will pull the latest vendor packages which is why we see more than 500 files changed. These are the 3rd party files.