Skip to content

chore: remove deprecated github.com/golang/protobuf#117

Merged
halspang merged 1 commit intomainfrom
modernize/dependency-updates
Mar 13, 2026
Merged

chore: remove deprecated github.com/golang/protobuf#117
halspang merged 1 commit intomainfrom
modernize/dependency-updates

Conversation

@halspang
Copy link
Copy Markdown
Member

Migrate generated proto imports from deprecated github.com/golang/protobuf to the maintained google.golang.org/protobuf well-known types:

  • ptypes/duration -> types/known/durationpb
  • ptypes/empty -> types/known/emptypb
  • ptypes/timestamp -> types/known/timestamppb
  • ptypes/wrappers -> types/known/wrapperspb

The deprecated package remains as an indirect dep via grpc; it will be removed when grpc updates its own imports.

Migrate generated proto imports from deprecated github.com/golang/protobuf
to the maintained google.golang.org/protobuf well-known types:
- ptypes/duration -> types/known/durationpb
- ptypes/empty -> types/known/emptypb
- ptypes/timestamp -> types/known/timestamppb
- ptypes/wrappers -> types/known/wrapperspb

The deprecated package remains as an indirect dep via grpc; it will
be removed when grpc updates its own imports.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@halspang halspang merged commit 89bf981 into main Mar 13, 2026
6 checks passed
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.

2 participants