Skip to content

Commit 0b3dfec

Browse files
committed
refactor: remove reference to terraform-plugin-sdk v1
1 parent 1d379a5 commit 0b3dfec

File tree

4 files changed

+13
-468
lines changed

4 files changed

+13
-468
lines changed

go.mod

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,20 @@ go 1.23.0
44

55
require (
66
github.com/hashicorp/terraform-plugin-docs v0.14.1
7-
github.com/hashicorp/terraform-plugin-sdk v1.17.2
87
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
98
github.com/hashicorp/terraform-plugin-testing v1.13.3
109
)
1110

1211
require (
13-
cloud.google.com/go v0.65.0 // indirect
14-
cloud.google.com/go/storage v1.10.0 // indirect
1512
github.com/ProtonMail/go-crypto v1.1.6 // indirect
16-
github.com/apparentlymart/go-cidr v1.1.0 // indirect
1713
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
18-
github.com/aws/aws-sdk-go v1.37.0 // indirect
19-
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2014
github.com/cloudflare/circl v1.6.1 // indirect
21-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
22-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
23-
github.com/hashicorp/go-getter v1.5.3 // indirect
2415
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
25-
github.com/hashicorp/go-safetemp v1.0.0 // indirect
26-
github.com/jmespath/go-jmespath v0.4.0 // indirect
27-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
28-
github.com/klauspost/compress v1.11.2 // indirect
29-
github.com/mitchellh/go-homedir v1.1.0 // indirect
30-
github.com/spf13/afero v1.2.2 // indirect
31-
github.com/ulikunitz/xz v0.5.8 // indirect
3216
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
3317
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
34-
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
35-
go.opencensus.io v0.22.4 // indirect
36-
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
3718
golang.org/x/mod v0.25.0 // indirect
38-
golang.org/x/oauth2 v0.26.0 // indirect
3919
golang.org/x/sync v0.15.0 // indirect
4020
golang.org/x/tools v0.33.0 // indirect
41-
google.golang.org/api v0.34.0 // indirect
4221
)
4322

4423
require (
@@ -97,4 +76,5 @@ require (
9776
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
9877
google.golang.org/grpc v1.72.1 // indirect
9978
google.golang.org/protobuf v1.36.6 // indirect
79+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
10080
)

0 commit comments

Comments
 (0)