Joshua Humphries
07361b21ea
Use latest protoreflect to fix some bugs ( #453 )
...
* update to latest jhump/protoreflect
* be lenient when possible if server cannot furnish all dependencies
* move linting back to go 1.21 instead of latest go 1.22
* make staticcheck happy
2024-04-09 17:50:10 -04:00
Joshua Humphries
fae58803d9
Add "checkgenerate" make target to CI ( #385 )
2023-04-18 12:09:16 -04:00
dependabot[bot]
dd2f60135c
Bump github.com/jhump/protoreflect from 1.13.0 to 1.14.0 ( #343 )
...
* Bump github.com/jhump/protoreflect from 1.13.0 to 1.14.0
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/jhump/protoreflect/releases )
- [Commits](https://github.com/jhump/protoreflect/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/jhump/protoreflect
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix ci
* what can we even build on?
* stop testing old things
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Blum <dragonsinth@gmail.com >
2022-11-01 10:26:55 -04:00
Jeff Widman
b890db745f
Bump protobuf lib and fix deprecation warnings ( #285 )
...
* Bump github.com/golang/protobuf from 1.4.2 to 1.5.2
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.4.2 to 1.5.2.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.4.2...v1.5.2 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
* Also pulls along update of golang.google.org/protobuf to v1.26
* Fix deprecation warnings about `ptypes` package
2022-02-04 17:19:52 -05:00
Joshua Humphries
8d7770a962
use latest version of protoreflect ( #212 )
2021-02-22 17:32:40 -05:00
Joshua Humphries
ba5f667e13
fix latest CI breakages by forking code from grpc-go's interop/testing
...
Also moves testing package to internal/testing
2020-08-31 14:44:59 -04:00