Skip to content

Commit e132c24

Browse files
committed
add missing import
Signed-off-by: Nico Duldhardt <[email protected]>
1 parent f889886 commit e132c24

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)