Add web and update deps
This commit is contained in:
@@ -7,14 +7,14 @@ import (
|
||||
"net"
|
||||
|
||||
"github.com/micro/go-micro/transport"
|
||||
maddr "github.com/micro/util/go/lib/addr"
|
||||
mnet "github.com/micro/util/go/lib/net"
|
||||
mls "github.com/micro/util/go/lib/tls"
|
||||
maddr "github.com/micro/go-micro/util/addr"
|
||||
mnet "github.com/micro/go-micro/util/net"
|
||||
mls "github.com/micro/go-micro/util/tls"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
|
||||
pb "github.com/micro/go-plugins/transport/grpc/proto"
|
||||
pb "github.com/micro/go-micro/transport/grpc/proto"
|
||||
)
|
||||
|
||||
type grpcTransport struct {
|
||||
|
||||
Reference in New Issue
Block a user