olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 359 forks source link

Start using dep for dependency management #97

Open joelnb opened 6 years ago

joelnb commented 6 years ago

Given that the glide authors have added this to the README:

The Go community now has the dep project to manage dependencies. Please consider trying to migrate from Glide to dep. If there is an issue preventing you from migrating please file an issue with dep so the problem can be corrected. Glide will continue to be supported for some time but is considered to be in a state of support rather than active feature development.

it seems like it would be a good time to move to dep for dependency management.

I removed the glide steps from the Makefile when making this change (rather than replacing them with a dep equivalent) because given that the vendor directory is part of the repo it doesn't seem that important.