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

Bug 1924826: Backport Update gogo/protobuf to v1.3.2. #464

Merged
merged 1 commit into from Apr 16, 2021

Commits on Mar 22, 2021

  1. Update gogo/protobuf to v1.3.2.

    Here are the steps I used:
    
    cd go-controller
    
    go list -m all |grep gogo/protobuf
    go get github.com/gogo/protobuf v1.3.2
    go mod vendor
    
    Add:
    github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
    in the replace section in go.mod, to make we only use this
    version.
    
    go mod tidy
    
    Signed-off-by: vpickard vpickard@redhat.com
    (cherry picked from commit 0a2aad5)
    Signed-off-by: vpickard <vpickard@redhat.com>
    vpickard committed Mar 22, 2021
    Copy the full SHA
    a176beb View commit details
    Browse the repository at this point in the history