grpcurl/testing
Johan Brandhorst 153d36db8c
Remove golang/protobuf/jsonpbtest dep (#145)
With 1.4.0 the golang/protobuf json testing protofiles
are being moved to [an internal package][1]. While this is
technically a breaking change, I doubt the maintainers
are going to reintroduce it, so I've copied the necessary
parts to our own testing protofile.

This allows users of this package and, more importantly,
grpcui to try 1.4.0 without this package having to migrate yet.
When it comes to migrating to 1.4.0, this should also make the
transition easier.

[1]: https://github.com/golang/protobuf/tree/v1.4.0-rc.4/internal/testprotos
2020-04-03 12:45:05 -04:00
..
cmd fix minor issues caught by staticcheck (#76) 2019-01-03 10:09:24 -05:00
jsonpb_test_proto Remove golang/protobuf/jsonpbtest dep (#145) 2020-04-03 12:45:05 -04:00
tls initial commit, functioning grpcurl command-line util 2017-11-20 13:15:15 -05:00
example.proto add option to support text format (#54) 2018-10-16 21:26:16 -04:00
example.protoset add option to support text format (#54) 2018-10-16 21:26:16 -04:00
example2.proto add option to support text format (#54) 2018-10-16 21:26:16 -04:00
test.proto support go modules (#48) 2018-09-14 20:18:53 -04:00
test.protoset add option to support text format (#54) 2018-10-16 21:26:16 -04:00
test_server.go enable more linters in CI; fix some issues caught by them (#23) 2018-03-24 10:33:21 -04:00