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

deps: remove deprecated gogo proto #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. deps: remove deprecated gogo proto

    This removes the deprecated gogo proto in favor of the standard
    implementation with the vtproto implementation for faster marshaling.
    The standard implementation still uses reflection and is slower than
    gogo, but gogo is deprecated due to the complexity of the code
    generation.
    
    vtproto is a project that does a similar thing to gogo but generates
    code in addition to the standard code generation rather than replacing
    it.
    
    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    jsternberg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4879a07 View commit details
    Browse the repository at this point in the history