File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ package proto5server
66import (
77 "bytes"
88 "context"
9- "github.com/hashicorp/terraform-plugin-framework/list"
10- listschema "github.com/hashicorp/terraform-plugin-framework/list/schema"
119 "testing"
1210
1311 "github.com/google/go-cmp/cmp"
@@ -19,6 +17,8 @@ import (
1917 "github.com/hashicorp/terraform-plugin-framework/internal/fwserver"
2018 "github.com/hashicorp/terraform-plugin-framework/internal/logging"
2119 "github.com/hashicorp/terraform-plugin-framework/internal/testing/testprovider"
20+ "github.com/hashicorp/terraform-plugin-framework/list"
21+ listschema "github.com/hashicorp/terraform-plugin-framework/list/schema"
2222 "github.com/hashicorp/terraform-plugin-framework/provider"
2323 "github.com/hashicorp/terraform-plugin-framework/provider/metaschema"
2424 providerschema "github.com/hashicorp/terraform-plugin-framework/provider/schema"
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ package proto6server
66import (
77 "bytes"
88 "context"
9- "github.com/hashicorp/terraform-plugin-framework/list"
10- listschema "github.com/hashicorp/terraform-plugin-framework/list/schema"
119 "testing"
1210
1311 "github.com/google/go-cmp/cmp"
@@ -19,6 +17,8 @@ import (
1917 "github.com/hashicorp/terraform-plugin-framework/internal/fwserver"
2018 "github.com/hashicorp/terraform-plugin-framework/internal/logging"
2119 "github.com/hashicorp/terraform-plugin-framework/internal/testing/testprovider"
20+ "github.com/hashicorp/terraform-plugin-framework/list"
21+ listschema "github.com/hashicorp/terraform-plugin-framework/list/schema"
2222 "github.com/hashicorp/terraform-plugin-framework/provider"
2323 "github.com/hashicorp/terraform-plugin-framework/provider/metaschema"
2424 providerschema "github.com/hashicorp/terraform-plugin-framework/provider/schema"
You can’t perform that action at this time.
0 commit comments