rename imports to asim/go-micro (#2051)
This commit is contained in:
		| @@ -17,16 +17,16 @@ import ( | ||||
| 	"sync" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/asim/go-micro/v3/broker" | ||||
| 	"github.com/asim/go-micro/v3/codec/json" | ||||
| 	merr "github.com/asim/go-micro/v3/errors" | ||||
| 	"github.com/asim/go-micro/v3/registry" | ||||
| 	"github.com/asim/go-micro/v3/registry/cache" | ||||
| 	"github.com/asim/go-micro/v3/registry/mdns" | ||||
| 	maddr "github.com/asim/go-micro/v3/util/addr" | ||||
| 	mnet "github.com/asim/go-micro/v3/util/net" | ||||
| 	mls "github.com/asim/go-micro/v3/util/tls" | ||||
| 	"github.com/google/uuid" | ||||
| 	"github.com/micro/go-micro/v3/broker" | ||||
| 	"github.com/micro/go-micro/v3/codec/json" | ||||
| 	merr "github.com/micro/go-micro/v3/errors" | ||||
| 	"github.com/micro/go-micro/v3/registry" | ||||
| 	"github.com/micro/go-micro/v3/registry/cache" | ||||
| 	"github.com/micro/go-micro/v3/registry/mdns" | ||||
| 	maddr "github.com/micro/go-micro/v3/util/addr" | ||||
| 	mnet "github.com/micro/go-micro/v3/util/net" | ||||
| 	mls "github.com/micro/go-micro/v3/util/tls" | ||||
| 	"golang.org/x/net/http2" | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user