diff --git a/pkg/storage/patch.go b/pkg/storage/patch.go index 145b951e7..19b0843d4 100644 --- a/pkg/storage/patch.go +++ b/pkg/storage/patch.go @@ -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