From 65d3a2b26e1fca8a54d88ec6390b48bd22d04dd7 Mon Sep 17 00:00:00 2001
From: Pierre Souchay
Date: Wed, 18 Apr 2018 17:09:25 +0200
Subject: [PATCH] Fixed import
---
agent/local/state.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agent/local/state.go b/agent/local/state.go
index 0e9b513e6c..c8505b2e27 100644
--- a/agent/local/state.go
+++ b/agent/local/state.go
@@ -10,7 +10,7 @@ import (
"sync/atomic"
"time"
- metrics "github.com/armon/go-metrics"
+ "github.com/armon/go-metrics"
"github.com/hashicorp/consul/acl"
"github.com/hashicorp/consul/agent/structs"
"github.com/hashicorp/consul/agent/token"