Skip to content

Commit 28fcc11

Browse files
committed
fixes after rebase 2
1 parent 4779c65 commit 28fcc11

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ require (
3535
golang.org/x/crypto v0.43.0
3636
golang.org/x/sync v0.17.0
3737
gopkg.in/dnaeon/go-vcr.v3 v3.2.0
38-
golang.org/x/crypto v0.42.0
3938
gopkg.in/dnaeon/go-vcr.v4 v4.0.5
4039
)
4140

internal/acctest/acctest.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ import (
1313

1414
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
1515
"github.com/hashicorp/terraform-plugin-mux/tf6muxserver"
16-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1716
"github.com/scaleway/scaleway-sdk-go/scw"
1817
"github.com/scaleway/scaleway-sdk-go/vcr"
1918
"github.com/scaleway/terraform-provider-scaleway/v2/internal/env"
2019
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
21-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
2220
"github.com/scaleway/terraform-provider-scaleway/v2/internal/transport"
2321
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
2422
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)