From d21dec1bd291ae1f9a4eb60e718172b45c9a198a Mon Sep 17 00:00:00 2001 From: Darron Froese Date: Thu, 12 Nov 2015 18:19:13 -0700 Subject: [PATCH] Add Consul dependancy to Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2603c1d..9419f9c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: build deps: go get github.com/spf13/cobra + go get github.com/hashicorp/consul/api format: gofmt -w .