File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package errors
77import (
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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ package errors
77import (
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"
You can’t perform that action at this time.
0 commit comments