mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

Use dependency management solution #43

Closed kenkouot closed 8 years ago

kenkouot commented 8 years ago

With vendor/ on by default in Go 1.6, it would be really convenient if dat used it for it's dependencies. We use glide for our dependency management, which will trace our dependencies (including dat) if they implement a vendor folder, or use Glide, godep, GB or GPM.

mgutz commented 8 years ago

Good idea. I'll add Dockerfile with Glide to build and test.

kenkouot commented 8 years ago

Looks like this was added to master :D Much thanks!

mgutz commented 8 years ago

The glide deps in master has issues. I will be updating in the next day with Timeout feature which also fixes dependencies.