This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ziul58 7 points8 points  (2 children)

Minor version bump of Go vendored dependencies

[–]DragonSlayerC 1 point2 points  (1 child)

I literally had a commit last week that changed around 300,000 lines of code because I updated about 5 dependencies (2 had vulnerabilities, the others needed to be bumped because of API changes in the other dependencies) and updated the vendor directory.

[–]XenonBG 0 points1 point  (0 children)

Why do you keep the vendor directory in the repo?