mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +02:00
fix import order
This commit is contained in:
parent
5e42bfbb34
commit
048dbdba61
1 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,11 @@ package storage
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/pomerium/pomerium/pkg/grpc/databroker"
|
||||
"github.com/pomerium/pomerium/pkg/protoutil"
|
||||
"google.golang.org/protobuf/types/known/anypb"
|
||||
"google.golang.org/protobuf/types/known/fieldmaskpb"
|
||||
|
||||
"github.com/pomerium/pomerium/pkg/grpc/databroker"
|
||||
"github.com/pomerium/pomerium/pkg/protoutil"
|
||||
)
|
||||
|
||||
// PatchRecord extracts the data from existing and record, updates the existing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue