From 5208a1ac960f9fad28cb24727609a239499697dd Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 25 Sep 2017 13:42:15 -0700 Subject: [PATCH] Removes unused imports in agent_test.go. --- agent/agent_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent/agent_test.go b/agent/agent_test.go index 114b468c1..b924b2976 100644 --- a/agent/agent_test.go +++ b/agent/agent_test.go @@ -13,13 +13,11 @@ import ( "testing" "time" - "github.com/hashicorp/consul/agent/consul" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/testutil" "github.com/hashicorp/consul/types" uuid "github.com/hashicorp/go-uuid" - "github.com/hashicorp/raft" "github.com/pascaldekloe/goe/verify" )