misc moved to util
This commit is contained in:
parent
e365cad930
commit
e55437698b
@ -23,9 +23,9 @@ import (
|
|||||||
merr "github.com/micro/go-micro/errors"
|
merr "github.com/micro/go-micro/errors"
|
||||||
"github.com/micro/go-micro/registry"
|
"github.com/micro/go-micro/registry"
|
||||||
"github.com/micro/go-rcache"
|
"github.com/micro/go-rcache"
|
||||||
maddr "github.com/micro/misc/lib/addr"
|
maddr "github.com/micro/util/go/lib/addr"
|
||||||
mnet "github.com/micro/misc/lib/net"
|
mnet "github.com/micro/util/go/lib/net"
|
||||||
mls "github.com/micro/misc/lib/tls"
|
mls "github.com/micro/util/go/lib/tls"
|
||||||
"github.com/pborman/uuid"
|
"github.com/pborman/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ import (
|
|||||||
"github.com/micro/go-micro/registry"
|
"github.com/micro/go-micro/registry"
|
||||||
"github.com/micro/go-micro/transport"
|
"github.com/micro/go-micro/transport"
|
||||||
|
|
||||||
"github.com/micro/misc/lib/addr"
|
"github.com/micro/util/go/lib/addr"
|
||||||
)
|
)
|
||||||
|
|
||||||
type rpcServer struct {
|
type rpcServer struct {
|
||||||
|
@ -14,9 +14,9 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/micro/go-log"
|
"github.com/micro/go-log"
|
||||||
maddr "github.com/micro/misc/lib/addr"
|
maddr "github.com/micro/util/go/lib/addr"
|
||||||
mnet "github.com/micro/misc/lib/net"
|
mnet "github.com/micro/util/go/lib/net"
|
||||||
mls "github.com/micro/misc/lib/tls"
|
mls "github.com/micro/util/go/lib/tls"
|
||||||
)
|
)
|
||||||
|
|
||||||
type buffer struct {
|
type buffer struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user