pshima / consul-snapshot

consul-snapshot is a backup and restore utility for Consul (https://www.consul.io). This is slightly different than some other utilities out there as this runs as a daemon for backups and ships them to S3. Also has integrated monitoring and backup health checks.
Apache License 2.0
116 stars 35 forks source link

Vendor external dependencies #13

Closed grubernaut closed 8 years ago

grubernaut commented 8 years ago

Vendor external dependencies so upstream changes don't break functionality.

Also modifies the Makefile to remove deps targets.

Modifies the install make target to use go install instead of copying the resulting binary to a hard-written path.