From 6d122f1dac7cae14cf77aa836ca3d391d1de9ecd Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 21 Jun 2019 15:24:15 +0100 Subject: [PATCH] Move selector to client/selector --- prometheus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_test.go b/prometheus_test.go index 451d74c..f9bdb56 100644 --- a/prometheus_test.go +++ b/prometheus_test.go @@ -7,7 +7,7 @@ import ( "github.com/micro/go-micro/client" "github.com/micro/go-micro/registry/memory" - "github.com/micro/go-micro/selector" + "github.com/micro/go-micro/client/selector" "github.com/micro/go-micro/server" "github.com/prometheus/client_golang/prometheus" dto "github.com/prometheus/client_model/go"