mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
The packages `any`, `empty`, and `timestamp` ship with protoc so there is no need to pull them out of the go package. This simplifies the generation script and also corrects the import paths for the standard protobuf types. Fixes: #2095