From f24f5e98ddfc9b4f1557ff2a69844cc8826f70b1 Mon Sep 17 00:00:00 2001
From: Cameron Sparr <cameronsparr@gmail.com>
Date: Wed, 20 Jan 2016 14:43:35 -0700
Subject: [PATCH] Remove go get ./... from the Makefile

---
 Godeps   | 1 +
 Makefile | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Godeps b/Godeps
index c62d6fed..9f46fd79 100644
--- a/Godeps
+++ b/Godeps
@@ -23,6 +23,7 @@ github.com/hashicorp/go-msgpack fa3f63826f7c23912c15263591e65d54d080b458
 github.com/hashicorp/raft b95f335efee1992886864389183ebda0c0a5d0f6
 github.com/hashicorp/raft-boltdb d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee
 github.com/influxdata/influxdb 0e0f85a0c1fd1788ae4f9145531b02c539cfa5b5
+github.com/influxdb/influxdb 0e0f85a0c1fd1788ae4f9145531b02c539cfa5b5
 github.com/jmespath/go-jmespath c01cf91b011868172fdcd9f41838e80c9d716264
 github.com/klauspost/crc32 999f3125931f6557b991b2f8472172bdfa578d38
 github.com/lib/pq 8ad2b298cadd691a77015666a5372eae5dbfac8f
diff --git a/Makefile b/Makefile
index 2ae4d125..3dedfb70 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ dev: prepare
 
 # Get dependencies and use gdm to checkout changesets
 prepare:
-	go get ./...
 	go get github.com/sparrc/gdm
 	gdm restore
 
-- 
GitLab