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

switch to protodelim package (which pbutil now calls) #567

Merged
merged 1 commit into from
Jan 13, 2024

Commits on Jan 12, 2024

  1. switch to protodelim package (which pbutil now calls)

    Go Protobuf v1.30.0 includes the new protodelim package.
    
    github.com/matttproud/golang_protobuf_extensions/v2/pbutil
    is, at this point, just a wrapper around the protodelim package:
    
    matttproud/golang_protobuf_extensions@7c0096c
    
    https://matttproud.com/blog/posts/retiring-pbutil.html
    
    Therefore, this change calls protodelim directly,
    allowing us to get rid of one module dependency :)
    
    Signed-off-by: Michael Stapelberg <stapelberg@golang.org>
    stapelberg committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1143fec View commit details
    Browse the repository at this point in the history