@ -36,10 +36,10 @@ package rpc
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
@ -42,10 +42,10 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
@ -41,9 +41,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
@ -42,11 +42,11 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
@ -36,10 +36,10 @@ package rpc
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
@ -46,12 +46,12 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/google/grpc-go/rpc"
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc"
|
||||
testpb "github.com/google/grpc-go/rpc/test/testdata"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user