banool / codenames-pictures

Play Codenames Pictures using a TV or computer for the board
https://codenames-pictures.dport.me
22 stars 18 forks source link

Vendor github.com/jbowens/dictionary #29

Closed jackwilsdon closed 6 years ago

jackwilsdon commented 6 years ago

I noticed this wasn't vendored like github.com/jbowens/assets, so I thought it may as well vendor it too.

banool commented 6 years ago

I don't really know what this is entails but I'll trust that this is is Good Go Practice ™️

jackwilsdon commented 6 years ago

By vendoring it the project no longer depends on downloading any of it's dependencies from GitHub and it (in theory) can run without downloading them. It also fixes them to a known working version so that if anything is broken it won't affect the project.