From 47a6986cdd74b6ca14cea2f38997d6edbd6fc91a Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 4 Feb 2020 16:54:31 +0100 Subject: [PATCH] fix import path --- service/grpc/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/grpc/service.go b/service/grpc/service.go index d09891eaa..ddbfa1f9b 100644 --- a/service/grpc/service.go +++ b/service/grpc/service.go @@ -6,7 +6,7 @@ import ( "github.com/micro/go-micro/v2" "github.com/micro/go-plugins/wrapper/trace/opencensus/v2" - "github.com/owncloud/ocis-pkg/wrapper/prometheus" + "github.com/owncloud/ocis-pkg/v2/wrapper/prometheus" ) // Service simply wraps the go-micro grpc service.