Shyp / rickover

A job queue and scheduler written in Go, backed by Postgres, and available over HTTP
https://godoc.org/github.com/Shyp/rickover
MIT License
182 stars 21 forks source link

Switch dependency management to use golang/dep #17

Closed kevinburke closed 6 years ago

kevinburke commented 6 years ago

golang/dep has gotten more community support and (IMO) has a better dependency management story.

This also updates dependencies to use the vendor experiment instead of rewriting deps to load the Godeps folder.

dav commented 6 years ago

I guess this is fine if tests pass.