Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repos: change protobuf import path to google.golang.org/protobuf
The import path of the https://go.googlesource.com/protobuf repository is google.golang.org/protobuf, as can be seen by looking at its go.mod file at https://go.googlesource.com/protobuf/+/refs/tags/v1.20.0/go.mod#1. https://github.com/google/protobuf is the C++ protobuf repository. It was unintentionally changed to an invalid import path during the refactor in CL 208697 and CL 210461, likely due to a mix-up with a similar-looking import path github.com/golang/protobuf used for protobuf API v1. See https://go.googlesource.com/protobuf/#historical-legacy. Updates golang/go#36047 Change-Id: I03046f33cda3d0c5efa7a2a6059a1cf5c71d6c34 Reviewed-on: https://go-review.googlesource.com/c/build/+/221821 Reviewed-by: Damien Neil <[email protected]>
- Loading branch information