Removes unused imports in agent_test.go.

pull/3493/head
James Phillips 7 years ago
parent 70d7f8e71d
commit f42e85ce22
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

@ -13,13 +13,11 @@ import (
"testing" "testing"
"time" "time"
"github.com/hashicorp/consul/agent/consul"
"github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/structs"
"github.com/hashicorp/consul/api" "github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/testutil" "github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/types" "github.com/hashicorp/consul/types"
uuid "github.com/hashicorp/go-uuid" uuid "github.com/hashicorp/go-uuid"
"github.com/hashicorp/raft"
"github.com/pascaldekloe/goe/verify" "github.com/pascaldekloe/goe/verify"
) )

Loading…
Cancel
Save