From 048dbdba6135f705c2952f54b612ef349e5ea8e0 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:46:53 -0700 Subject: [PATCH] fix import order --- pkg/storage/patch.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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