v3 refactor (#1868)

* Move to v3

Co-authored-by: Ben Toogood <bentoogood@gmail.com>
This commit is contained in:
Asim Aslam
2020-07-27 13:22:00 +01:00
committed by GitHub
parent 9dfeb98111
commit 563768b58a
424 changed files with 6383 additions and 22490 deletions

View File

@@ -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 {

View File

@@ -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 {