From bf81c82a093eb68a19ea4b62165f98fff7cbff32 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 27 Jun 2019 09:49:39 +0100 Subject: [PATCH] Go fmt and update go mod --- prometheus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_test.go b/prometheus_test.go index f9bdb56..77cd328 100644 --- a/prometheus_test.go +++ b/prometheus_test.go @@ -6,8 +6,8 @@ import ( "testing" "github.com/micro/go-micro/client" - "github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/client/selector" + "github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/server" "github.com/prometheus/client_golang/prometheus" dto "github.com/prometheus/client_model/go"