diff options
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/render/protobuf.go')
-rw-r--r-- | vendor/github.com/gin-gonic/gin/render/protobuf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gin-gonic/gin/render/protobuf.go b/vendor/github.com/gin-gonic/gin/render/protobuf.go index 1d2aa871c..15aca9959 100644 --- a/vendor/github.com/gin-gonic/gin/render/protobuf.go +++ b/vendor/github.com/gin-gonic/gin/render/protobuf.go @@ -7,7 +7,7 @@ package render import ( "net/http" - "google.golang.org/protobuf/proto" + "github.com/golang/protobuf/proto" ) // ProtoBuf contains the given interface object. |