Skip to content

Commit

Permalink
Use golang/protobuf instead of gogo/protobuf (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouichi authored and tmc committed Dec 6, 2017
1 parent 04d5a1e commit a92d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package runtime
import (
"strconv"

"github.com/gogo/protobuf/jsonpb"
"github.com/golang/protobuf/jsonpb"
"github.com/golang/protobuf/ptypes/duration"
"github.com/golang/protobuf/ptypes/timestamp"
)
Expand Down

0 comments on commit a92d37f

Please sign in to comment.