core/proto: update protoc dependencies (#5218)

* core/proto: update protoc dependencies

* cleanup

* disable unimplemented forward compatibility check

* fix mock

* add generate make command

* add .0
This commit is contained in:
Caleb Doxsey 2024-08-15 11:12:05 -06:00 committed by GitHub
parent 3483447c37
commit 0cfb1025db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1427 additions and 1832 deletions

View file

@ -18,7 +18,7 @@ import (
"github.com/pomerium/pomerium/pkg/protoutil"
)
//go:generate go run go.uber.org/mock/mockgen -source=databroker.pb.go -destination ./mock_databroker/databroker.pb.go DataBrokerServiceClient
//go:generate go run go.uber.org/mock/mockgen -source=databroker_grpc.pb.go -destination ./mock_databroker/databroker.pb.go DataBrokerServiceClient
//go:generate go run go.uber.org/mock/mockgen -source=leaser.go -destination ./mock_databroker/leaser.go LeaserHandler
type recordObject interface {