rename imports to asim/go-micro (#2051)

This commit is contained in:
Asim Aslam
2020-10-20 10:15:39 +01:00
committed by GitHub
parent 1ee348109e
commit b508565a78
265 changed files with 673 additions and 673 deletions

View File

@@ -6,7 +6,7 @@ import (
"io"
"io/ioutil"
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type Codec struct {

View File

@@ -1,7 +1,7 @@
package bytes
import (
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type Marshaler struct{}

View File

@@ -4,14 +4,14 @@ import (
"io"
"testing"
"github.com/micro/go-micro/v3/codec"
"github.com/micro/go-micro/v3/codec/bytes"
"github.com/micro/go-micro/v3/codec/grpc"
"github.com/micro/go-micro/v3/codec/json"
"github.com/micro/go-micro/v3/codec/jsonrpc"
"github.com/micro/go-micro/v3/codec/proto"
"github.com/micro/go-micro/v3/codec/protorpc"
"github.com/micro/go-micro/v3/codec/text"
"github.com/asim/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec/bytes"
"github.com/asim/go-micro/v3/codec/grpc"
"github.com/asim/go-micro/v3/codec/json"
"github.com/asim/go-micro/v3/codec/jsonrpc"
"github.com/asim/go-micro/v3/codec/proto"
"github.com/asim/go-micro/v3/codec/protorpc"
"github.com/asim/go-micro/v3/codec/text"
)
type testRWC struct{}

View File

@@ -8,8 +8,8 @@ import (
"io"
"strings"
"github.com/asim/go-micro/v3/codec"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/v3/codec"
)
type Codec struct {

View File

@@ -5,9 +5,9 @@ import (
"encoding/json"
"io"
"github.com/asim/go-micro/v3/codec"
"github.com/golang/protobuf/jsonpb"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/v3/codec"
)
type Codec struct {

View File

@@ -6,7 +6,7 @@ import (
"io"
"sync"
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type clientCodec struct {

View File

@@ -7,7 +7,7 @@ import (
"fmt"
"io"
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type jsonCodec struct {

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"io"
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type serverCodec struct {

View File

@@ -3,8 +3,8 @@ package proto
import (
"bytes"
"github.com/asim/go-micro/v3/codec"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/v3/codec"
"github.com/oxtoacart/bpool"
)

View File

@@ -5,8 +5,8 @@ import (
"io"
"io/ioutil"
"github.com/asim/go-micro/v3/codec"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/v3/codec"
)
type Codec struct {

View File

@@ -8,8 +8,8 @@ import (
"strconv"
"sync"
"github.com/asim/go-micro/v3/codec"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/v3/codec"
)
type flusher interface {

View File

@@ -6,7 +6,7 @@ import (
"io"
"io/ioutil"
"github.com/micro/go-micro/v3/codec"
"github.com/asim/go-micro/v3/codec"
)
type Codec struct {