The message says that the package tries to modify .buildlink/gopkg. However,
that's (semi-)normal and expected.
non-module Go builds will rebuild any of their dependencies if any of _their_
dependencies or sources are newer. If you "make replace" a Go package higher
in the food chain and then build a lower one, the go tool will rebuild some
of its dependencies.
This is harmless, since the .buildlink entries are just links.
Notable changes:
- Add response field to HttpRule
- Sync with googleapis and protobuf
- Add cloud tasks protos
- Add cloudowners
go-genproto-googleapis-rpc has been separated from google-genproto to
break a dependency cycle; go-genproto depends on go-grpc, and go-grpc
depends go-genproto-googleapis-rpc.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
This repository contains the generated Go packages for common protocol buffer
types, and the generated gRPC code necessary for interacting with Google's gRPC
APIs.
There are two sources for the proto files used in this repository:
1. google/protobuf: the code in the protobuf and ptypes subdirectories is
derived from this repo. The messages in protobuf are used to describe
protocol buffer messages themselves. The messages under ptypes define the
common well-known types.
2. googleapis/googleapis: the code in the googleapis is derived from this repo.
The packages here contain types specifically for interacting with Google
APIs.