Fixing import paths for grpc-ecosystem

This commit is contained in:
Kenneth Shaw 2017-04-12 16:03:39 +07:00
parent 2162f6ccc4
commit ce1a37096c
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ package main
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gengo/grpc-gateway/third_party/googleapis/google/api"
import _ "github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api"
import (
context "golang.org/x/net/context"

View file

@ -7,7 +7,7 @@ package main
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gengo/grpc-gateway/third_party/googleapis/google/api"
import _ "github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api"
import (
context "golang.org/x/net/context"