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

Fix incorrect Protobuf FileDescriptor references #989

Merged
merged 4 commits into from
May 16, 2023
Merged

Commits on Apr 25, 2023

  1. Fix incorrect Protobuf FileDescriptor references

    Fixes several well known types were referencing incorrect descriptors.
    Additionally, changes the field behavior and source context imports,
    which are part of the standard protobuf distribution, to google.golang.org/protobuf
    instead of google.golang.org/genproto.
    Mrmann87 authored and milindl committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    164b8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fa4e1 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    milindl committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    13416ee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    cc24ea1 View commit details
    Browse the repository at this point in the history