From e65de7a15231d43ad50e5802dc1c58439866f4e8 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 --- gobreaker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobreaker_test.go b/gobreaker_test.go index 7c67220..0f69ff4 100644 --- a/gobreaker_test.go +++ b/gobreaker_test.go @@ -5,9 +5,9 @@ import ( "testing" "github.com/micro/go-micro/client" + "github.com/micro/go-micro/client/selector" "github.com/micro/go-micro/errors" "github.com/micro/go-micro/registry/memory" - "github.com/micro/go-micro/client/selector" "github.com/sony/gobreaker" )