v3 refactor (#1868)
* Move to v3 Co-authored-by: Ben Toogood <bentoogood@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ package mud
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
"github.com/micro/go-micro/v2/codec"
|
||||
"github.com/micro/go-micro/v2/model"
|
||||
"github.com/micro/go-micro/v3/codec"
|
||||
"github.com/micro/go-micro/v3/model"
|
||||
)
|
||||
|
||||
type mudEntity struct {
|
||||
|
@@ -2,11 +2,11 @@
|
||||
package mud
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/v2/codec/json"
|
||||
"github.com/micro/go-micro/v2/model"
|
||||
"github.com/micro/go-micro/v2/store"
|
||||
"github.com/micro/go-micro/v2/store/memory"
|
||||
memsync "github.com/micro/go-micro/v2/sync/memory"
|
||||
"github.com/micro/go-micro/v3/codec/json"
|
||||
"github.com/micro/go-micro/v3/model"
|
||||
"github.com/micro/go-micro/v3/store"
|
||||
"github.com/micro/go-micro/v3/store/memory"
|
||||
memsync "github.com/micro/go-micro/v3/sync/memory"
|
||||
)
|
||||
|
||||
type mudModel struct {
|
||||
|
Reference in New Issue
Block a user