Google Protobuf dependency collision
问题 I am working on a Golang library that leverages Google Protobuf. It does so by using code auto-generated by protoc-gen-go, the compiler plugin. I am using Dep for dependency management. The generated code exports the InstanceStatusUpdate struct, for which the field Timestamp is of the type github.com/golang/protobuf/ptypes/timestamp.Timestamp : type InstanceStatusUpdate struct { EvaluationId string VariationId string AttemptNumber int32 Timestamp *google_protobuf.Timestamp Stage string