Skip to content

Commit 594ba62

Browse files
committed
add missing import
1 parent 348be64 commit 594ba62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/data-patcher/patch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"fmt"
66

77
"github.com/crossplane-contrib/provider-http/apis/common"
8+
"github.com/crossplane-contrib/provider-http/apis/request/v1alpha2"
89
httpClient "github.com/crossplane-contrib/provider-http/internal/clients/http"
910
kubehandler "github.com/crossplane-contrib/provider-http/internal/kube-handler"
1011
"github.com/crossplane/crossplane-runtime/pkg/logging"

0 commit comments

Comments
 (0)