mirror of https://github.com/grpc/grpc-go.git
Fix the broken imports due to imgration to grpc
This commit is contained in:
commit
574bfc16f0
|
@ -37,9 +37,15 @@ import (
|
|||
"io"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -41,8 +41,13 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -41,9 +41,15 @@ import (
|
|||
"strconv"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc"
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
testpb "github.com/grpc/grpc-go/rpc/interop/testdata"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
testpb "github.com/google/grpc-go/rpc/interop/testdata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -42,9 +42,15 @@ import (
|
|||
"strconv"
|
||||
"time"
|
||||
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
testpb "github.com/grpc/grpc-go/rpc/interop/testdata"
|
||||
"github.com/grpc/grpc-go/rpc"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
testpb "github.com/google/grpc-go/rpc/interop/testdata"
|
||||
"github.com/google/grpc-go/rpc"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"github.com/golang/protobuf/proto"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
|
|
@ -35,7 +35,11 @@ package grpc_testing
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
context "golang.org/x/net/context"
|
||||
"io"
|
||||
|
|
|
@ -43,9 +43,15 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -42,8 +42,13 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -43,9 +43,15 @@ import (
|
|||
"sync"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -37,9 +37,15 @@ import (
|
|||
"io"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
"github.com/grpc/grpc-go/rpc/transport"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
"github.com/google/grpc-go/rpc/transport"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -47,11 +47,19 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc"
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
testpb "github.com/grpc/grpc-go/rpc/test/testdata"
|
||||
=======
|
||||
"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"
|
||||
testpb "github.com/google/grpc-go/rpc/test/testdata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -36,7 +36,11 @@ package test
|
|||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
context "golang.org/x/net/context"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
)
|
||||
|
|
|
@ -44,9 +44,15 @@ import (
|
|||
|
||||
"github.com/bradfitz/http2"
|
||||
"github.com/bradfitz/http2/hpack"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -45,8 +45,13 @@ import (
|
|||
|
||||
"github.com/bradfitz/http2"
|
||||
"github.com/bradfitz/http2/hpack"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -41,8 +41,13 @@ import (
|
|||
|
||||
"github.com/bradfitz/http2"
|
||||
"github.com/bradfitz/http2/hpack"
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -44,9 +44,15 @@ import (
|
|||
"net"
|
||||
"sync"
|
||||
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
"github.com/grpc/grpc-go/rpc/metadata"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
"github.com/google/grpc-go/rpc/metadata"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
|
@ -45,8 +45,13 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
<<<<<<< HEAD
|
||||
"github.com/grpc/grpc-go/rpc/codes"
|
||||
"github.com/grpc/grpc-go/rpc/credentials"
|
||||
=======
|
||||
"github.com/google/grpc-go/rpc/codes"
|
||||
"github.com/google/grpc-go/rpc/credentials"
|
||||
>>>>>>> 81da9cb2119d434a468b0be62fe3b4bc895be400
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue