rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -8,10 +8,10 @@ import ( | ||||
| 	"sync" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/asim/go-micro/v3/broker" | ||||
| 	maddr "github.com/asim/go-micro/v3/util/addr" | ||||
| 	mnet "github.com/asim/go-micro/v3/util/net" | ||||
| 	"github.com/google/uuid" | ||||
| 	"github.com/micro/go-micro/v3/broker" | ||||
| 	maddr "github.com/micro/go-micro/v3/util/addr" | ||||
| 	mnet "github.com/micro/go-micro/v3/util/net" | ||||
| ) | ||||
|  | ||||
| type memoryBroker struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user