mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-14 09:37:50 +02:00
core/grpc: fix deprecated protobuf package, remove tools (#4643)
This commit is contained in:
parent
5240baf202
commit
818f3926bf
26 changed files with 58 additions and 86 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/types/known/durationpb"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/sets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue