Skip to content

Commit 7489cff

Browse files
committed
Fix crossplane-runtime imports in fw_diag.go & fw_diag_test.go
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent f78f4fa commit 7489cff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/terraform/errors/fw_diag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package errors
77
import (
88
"strings"
99

10-
"github.com/crossplane/crossplane-runtime/v2/pkg/errors"
10+
"github.com/crossplane/crossplane-runtime/pkg/errors"
1111
"github.com/hashicorp/terraform-plugin-framework/diag"
1212
)
1313

pkg/terraform/errors/fw_diag_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ package errors
77
import (
88
"testing"
99

10-
xperrors "github.com/crossplane/crossplane-runtime/v2/pkg/errors"
11-
"github.com/crossplane/crossplane-runtime/v2/pkg/test"
10+
xperrors "github.com/crossplane/crossplane-runtime/pkg/errors"
11+
"github.com/crossplane/crossplane-runtime/pkg/test"
1212
"github.com/google/go-cmp/cmp"
1313
fwdiag "github.com/hashicorp/terraform-plugin-framework/diag"
1414
fwpath "github.com/hashicorp/terraform-plugin-framework/path"

0 commit comments

Comments
 (0)