rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -4,9 +4,9 @@ import ( | ||||
| 	"context" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/asim/go-micro/v3/debug/trace" | ||||
| 	"github.com/asim/go-micro/v3/util/ring" | ||||
| 	"github.com/google/uuid" | ||||
| 	"github.com/micro/go-micro/v3/debug/trace" | ||||
| 	"github.com/micro/go-micro/v3/util/ring" | ||||
| ) | ||||
|  | ||||
| type Tracer struct { | ||||
|   | ||||
| @@ -5,7 +5,7 @@ import ( | ||||
| 	"context" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/metadata" | ||||
| 	"github.com/asim/go-micro/v3/metadata" | ||||
| ) | ||||
|  | ||||
| // Tracer is an interface for distributed tracing | ||||
|   | ||||
		Reference in New Issue
	
	Block a user