Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies; fix deprecations #160

Merged
merged 1 commit into from
Feb 10, 2022
Merged

update dependencies; fix deprecations #160

merged 1 commit into from
Feb 10, 2022

Conversation

jhump
Copy link
Contributor

@jhump jhump commented Feb 10, 2022

This updates numerous dependencies.

The code changes were required to eliminate errors from CI checks: some of the Go APIs that grpcui was using are now deprecated. One of these required a slight change in behavior: the deprecated creds.OverrideServerName. The new code makes the behavior of -authority and -servername flags match the behavior of grpcurl (e.g. fullstorydev/grpcurl#130).

Some dependencies now make use of Go standard library features that were added to Go 1.15. So Go 1.14 has been removed from the list of supported runtimes (e.g. we don't bother testing this module in Go 1.14 anymore).

- fix for deprecated creds.OverrideServerName is to make behavior match
  that of grpcurl (e.g. fullstorydev/grpcurl#130)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant