misc moved to util

This commit is contained in:
Asim Aslam 2018-04-08 12:37:45 +01:00
parent e365cad930
commit e55437698b
3 changed files with 7 additions and 7 deletions

View File

@ -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"
) )

View File

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

View File

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