Move router and proxy into network package

This commit is contained in:
Asim Aslam 2019-06-21 17:20:31 +01:00
parent 7936d74602
commit 3f97743e34
14 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/client/grpc"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)

View File

@ -12,7 +12,7 @@ import (
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/errors"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)

View File

@ -10,7 +10,7 @@ import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/codec/bytes"
"github.com/micro/go-micro/config/options"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/network/proxy"
"github.com/micro/go-micro/server"
)