rename imports to asim/go-micro (#2051)
This commit is contained in:
		
							
								
								
									
										4
									
								
								store/cache/cache_test.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								store/cache/cache_test.go
									
									
									
									
										vendored
									
									
								
							| @@ -3,8 +3,8 @@ package cache | ||||
| import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/store" | ||||
| 	"github.com/micro/go-micro/v3/store/memory" | ||||
| 	"github.com/asim/go-micro/v3/store" | ||||
| 	"github.com/asim/go-micro/v3/store/memory" | ||||
| 	"github.com/stretchr/testify/assert" | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user