open-consul/build-support/scripts
Matt Keeler 554f1e6fee
Protobuf Modernization (#15949)
* Protobuf Modernization

Remove direct usage of golang/protobuf in favor of google.golang.org/protobuf

Marshallers (protobuf and json) needed some changes to account for different APIs.

Moved to using the google.golang.org/protobuf/types/known/* for the well known types including replacing some custom Struct manipulation with whats available in the structpb well known type package.

This also updates our devtools script to install protoc-gen-go from the right location so that files it generates conform to the correct interfaces.

* Fix go-mod-tidy make target to work on all modules
2023-01-11 09:39:10 -05:00
..
build-date.sh Minor cleanup for build-date script 2022-06-09 17:07:41 -07:00
build-docker.sh Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
devtools.sh Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
envoy-library-references.sh Add connection limit setting to service defaults 2022-05-24 10:13:38 -07:00
functions.sh build: conditionally install or reinstall protobuf supporting tools as needed (#12674) 2022-04-05 11:58:07 -05:00
protobuf.sh Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
release.sh Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
version.sh build: conditionally install or reinstall protobuf supporting tools as needed (#12674) 2022-04-05 11:58:07 -05:00