rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -6,9 +6,9 @@ import ( | ||||
| 	"sync" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/asim/go-micro/v3/logger" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| 	"github.com/google/uuid" | ||||
| 	"github.com/micro/go-micro/v3/logger" | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import ( | ||||
| 	"testing" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package memory | ||||
| import ( | ||||
| 	"context" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| type servicesKey struct{} | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package memory | ||||
| import ( | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| func serviceToRecord(s *registry.Service, ttl time.Duration) *record { | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package memory | ||||
| import ( | ||||
| 	"errors" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| type Watcher struct { | ||||
|   | ||||
| @@ -3,7 +3,7 @@ package memory | ||||
| import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| ) | ||||
|  | ||||
| func TestWatcher(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user