The answer to the age-old question of, “should I commit the vendor dependencies in my Go project to source control?” is “almost always”. As an FYI, we here at boot.dev use Go for all of our backend work, and we always commit our vendor folders.

Related Articles