diff --git a/fn.go b/fn.go index 0fc0860..7161787 100644 --- a/fn.go +++ b/fn.go @@ -3,11 +3,12 @@ package main import ( "context" + "google.golang.org/protobuf/types/known/structpb" + "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" + "github.com/crossplane/crossplane-runtime/pkg/errors" "github.com/crossplane/crossplane-runtime/pkg/logging" "github.com/crossplane/crossplane-runtime/pkg/reconciler/managed" - "google.golang.org/protobuf/types/known/structpb" - "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" fncontext "github.com/crossplane/function-sdk-go/context" fnv1beta1 "github.com/crossplane/function-sdk-go/proto/v1beta1" diff --git a/patches_test.go b/patches_test.go index 9042774..9c702af 100644 --- a/patches_test.go +++ b/patches_test.go @@ -14,6 +14,7 @@ import ( "github.com/crossplane/crossplane-runtime/pkg/resource" "github.com/crossplane/crossplane-runtime/pkg/resource/unstructured/composed" "github.com/crossplane/crossplane-runtime/pkg/test" + "github.com/crossplane/function-sdk-go/resource/composite" "github.com/crossplane-contrib/function-patch-and-transform/input/v1beta1"