From c7ffa51d2c9d712ed81d2ce6962739d283438f4e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 27 Jul 2020 13:22:00 +0100 Subject: [PATCH] v3 refactor (#1868) * Move to v3 Co-authored-by: Ben Toogood --- static.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static.go b/static.go index 299c8f8..439b2c8 100644 --- a/static.go +++ b/static.go @@ -1,7 +1,7 @@ package static import ( - "github.com/micro/go-micro/v2/router" + "github.com/micro/go-micro/v3/router" ) // NewRouter returns an initialized static router