rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -5,10 +5,10 @@ import ( | ||||
| 	"fmt" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/asim/go-micro/v3/auth" | ||||
| 	"github.com/asim/go-micro/v3/store" | ||||
| 	"github.com/asim/go-micro/v3/util/token" | ||||
| 	"github.com/google/uuid" | ||||
| 	"github.com/micro/go-micro/v3/auth" | ||||
| 	"github.com/micro/go-micro/v3/store" | ||||
| 	"github.com/micro/go-micro/v3/util/token" | ||||
| ) | ||||
|  | ||||
| // Basic implementation of token provider, backed by the store | ||||
|   | ||||
| @@ -3,9 +3,9 @@ package basic | ||||
| import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/micro/go-micro/v3/auth" | ||||
| 	"github.com/micro/go-micro/v3/store/memory" | ||||
| 	"github.com/micro/go-micro/v3/util/token" | ||||
| 	"github.com/asim/go-micro/v3/auth" | ||||
| 	"github.com/asim/go-micro/v3/store/memory" | ||||
| 	"github.com/asim/go-micro/v3/util/token" | ||||
| ) | ||||
|  | ||||
| func TestGenerate(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user