fix import order

This commit is contained in:
Kenneth Jenkins 2023-10-31 11:46:53 -07:00
parent 5e42bfbb34
commit 048dbdba61

View file

@ -3,10 +3,11 @@ package storage
import ( import (
"fmt" "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/anypb"
"google.golang.org/protobuf/types/known/fieldmaskpb" "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 // PatchRecord extracts the data from existing and record, updates the existing