Replaced incorrect proto import path

This commit is contained in:
Milos Gajdos 2019-08-20 21:15:02 +01:00
parent fcec6e8eae
commit a6e1287b27
No known key found for this signature in database
GPG Key ID: 8B31058CC55DFD4F

View File

@ -4,7 +4,7 @@ import (
"sync"
"time"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
"github.com/micro/go-micro/client"
"github.com/micro/go-micro/proxy"
"github.com/micro/go-micro/router"