From e9d151d76c42944cfd8ea107e68d8e740237e202 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Sat, 31 Mar 2018 17:47:47 -0700 Subject: [PATCH] functional-tester/tester: update import paths Signed-off-by: Gyuho Lee --- tools/functional-tester/tester/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/functional-tester/tester/cluster.go b/tools/functional-tester/tester/cluster.go index 26e9b9a61..1edab0b9c 100644 --- a/tools/functional-tester/tester/cluster.go +++ b/tools/functional-tester/tester/cluster.go @@ -27,10 +27,10 @@ import ( pb "github.com/coreos/etcd/etcdserver/etcdserverpb" "github.com/coreos/etcd/pkg/debugutil" "github.com/coreos/etcd/tools/functional-tester/rpcpb" - "golang.org/x/time/rate" "github.com/prometheus/client_golang/prometheus/promhttp" "go.uber.org/zap" + "golang.org/x/time/rate" "google.golang.org/grpc" yaml "gopkg.in/yaml.v2" )