Skip to content

Commit

Permalink
For PR
Browse files Browse the repository at this point in the history
  • Loading branch information
willtrking authored and tmc committed May 7, 2016
1 parent 7dadd5d commit d9993cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion protoc-gen-grpc-gateway/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package generator

import (
"github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
)

Expand Down
8 changes: 4 additions & 4 deletions protoc-gen-grpc-gateway/gengateway/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"

"github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
gen "github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/generator"
"github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
gen "github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/generator"
"github.com/golang/glog"
"github.com/golang/protobuf/proto"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
Expand All @@ -30,8 +30,8 @@ func New(reg *descriptor.Registry) gen.Generator {
for _, pkgpath := range []string{
"io",
"net/http",
"github.com/willtrking/grpc-gateway/runtime",
"github.com/willtrking/grpc-gateway/utilities",
"github.com/gengo/grpc-gateway/runtime",
"github.com/gengo/grpc-gateway/utilities",
"github.com/golang/protobuf/proto",
"golang.org/x/net/context",
"google.golang.org/grpc",
Expand Down
4 changes: 2 additions & 2 deletions protoc-gen-grpc-gateway/gengateway/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"strings"
"text/template"

"github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.com/willtrking/grpc-gateway/utilities"
"github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.com/gengo/grpc-gateway/utilities"
"github.com/golang/glog"
)

Expand Down
4 changes: 2 additions & 2 deletions protoc-gen-grpc-gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"strings"

"github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.com/willtrking/grpc-gateway/protoc-gen-grpc-gateway/gengateway"
"github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
"github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/gengateway"
"github.com/golang/glog"
"github.com/golang/protobuf/proto"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
Expand Down

0 comments on commit d9993cf

Please sign in to comment.