Change github repo reference

This commit is contained in:
Wes Widner 2020-11-20 17:37:36 -05:00
parent e1288c4874
commit 8f93ec3c09
6 changed files with 10 additions and 10 deletions

View File

@ -13,10 +13,10 @@ import (
"strings" "strings"
"time" "time"
"github.com/fullstorydev/grpcurl"
descpb "github.com/golang/protobuf/protoc-gen-go/descriptor" descpb "github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/jhump/protoreflect/desc" "github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/grpcreflect" "github.com/jhump/protoreflect/grpcreflect"
"github.com/kai5263499/grpcurl"
"golang.org/x/net/context" "golang.org/x/net/context"
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/codes" "google.golang.org/grpc/codes"

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/fullstorydev/grpcurl module github.com/kai5263499/grpcurl
go 1.13 go 1.13

View File

@ -23,9 +23,9 @@ import (
reflectpb "google.golang.org/grpc/reflection/grpc_reflection_v1alpha" reflectpb "google.golang.org/grpc/reflection/grpc_reflection_v1alpha"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
. "github.com/fullstorydev/grpcurl" . "github.com/kai5263499/grpcurl"
grpcurl_testing "github.com/fullstorydev/grpcurl/internal/testing" grpcurl_testing "github.com/kai5263499/grpcurl/internal/testing"
jsonpbtest "github.com/fullstorydev/grpcurl/internal/testing/jsonpb_test_proto" jsonpbtest "github.com/kai5263499/grpcurl/internal/testing/jsonpb_test_proto"
) )
var ( var (

View File

@ -17,8 +17,8 @@ import (
"google.golang.org/grpc/reflection" "google.golang.org/grpc/reflection"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
"github.com/fullstorydev/grpcurl" "github.com/kai5263499/grpcurl"
grpcurl_testing "github.com/fullstorydev/grpcurl/internal/testing" grpcurl_testing "github.com/kai5263499/grpcurl/internal/testing"
) )
var ( var (

View File

@ -15,7 +15,7 @@ import (
"google.golang.org/grpc/metadata" "google.golang.org/grpc/metadata"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
"github.com/fullstorydev/grpcurl" "github.com/kai5263499/grpcurl"
) )
// TestServer implements the TestService interface defined in example.proto. // TestServer implements the TestService interface defined in example.proto.

View File

@ -11,8 +11,8 @@ import (
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/credentials" "google.golang.org/grpc/credentials"
. "github.com/fullstorydev/grpcurl" . "github.com/kai5263499/grpcurl"
grpcurl_testing "github.com/fullstorydev/grpcurl/internal/testing" grpcurl_testing "github.com/kai5263499/grpcurl/internal/testing"
) )
func TestPlainText(t *testing.T) { func TestPlainText(t *testing.T) {