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

@@ -14,9 +14,9 @@ import (
"time"
"github.com/micro/go-log"
maddr "github.com/micro/misc/lib/addr"
mnet "github.com/micro/misc/lib/net"
mls "github.com/micro/misc/lib/tls"
maddr "github.com/micro/util/go/lib/addr"
mnet "github.com/micro/util/go/lib/net"
mls "github.com/micro/util/go/lib/tls"
)
type buffer struct {