consul/build-support/scripts
Matt Keeler abed91d069
Generate JSON and Binary Marshalers for Protobuf Types (#6564)
* Add JSON and Binary Marshaler Generators for Protobuf Types

* Generate files with the correct version of gogo/protobuf

I have pinned the version in the makefile so when you run make tools you get the right version. This pulls the version out of go.mod so it should remain up to date.

The version at the time of this commit we are using is v1.2.1

* Fixup some shell output

* Update how we determine the version of gogo
This just greps the go.mod file instead of expecting the go mod cache to already be present

* Fixup vendoring and remove no longer needed json encoder functions
2019-09-30 15:39:20 -04:00
..
build-docker.sh Remove old UI, option to use it, and its build processes 2019-04-12 09:02:27 -06:00
build-local.sh Quote $@ when passing around 2018-06-18 14:53:50 -04:00
dev.sh Added capability to make dev-tree without pushing 2018-06-26 11:46:37 -04:00
functions.sh PR Updates 2018-06-19 12:47:58 -04:00
proto-gen.sh Generate JSON and Binary Marshalers for Protobuf Types (#6564) 2019-09-30 15:39:20 -04:00
publish.sh Quote $@ when passing around 2018-06-18 14:53:50 -04:00
release.sh Allow for building pre-releases/rcs/betas 2018-06-18 17:06:38 -04:00
test-flake.sh Add script and makefile goal to help debug flaky tests 2018-09-10 16:44:07 +01:00
verify.sh Update verify.sh script 2018-06-26 12:08:33 -04:00
version.sh Quote $@ when passing around 2018-06-18 14:53:50 -04:00