Skip to content

Commit b2a4b2a

Browse files
Bump github.com/hashicorp/terraform-plugin-testing from 1.11.0 to 1.13.1
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78ea145 commit b2a4b2a

File tree

2 files changed

+86
-87
lines changed

2 files changed

+86
-87
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,45 @@ go 1.24.0
44

55
require (
66
github.com/hashicorp/terraform-plugin-framework v1.14.0
7-
github.com/hashicorp/terraform-plugin-go v0.26.0
8-
github.com/hashicorp/terraform-plugin-testing v1.11.0
7+
github.com/hashicorp/terraform-plugin-go v0.27.0
8+
github.com/hashicorp/terraform-plugin-testing v1.13.1
99
github.com/onsi/gomega v1.36.2
1010
github.com/pkg/sftp v1.13.7
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/stretchr/testify v1.10.0
1313
go.opentelemetry.io/otel v1.34.0
14-
golang.org/x/crypto v0.35.0
14+
golang.org/x/crypto v0.38.0
1515
)
1616

1717
require (
18-
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
18+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
1919
github.com/agext/levenshtein v1.2.2 // indirect
2020
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
21-
github.com/cloudflare/circl v1.3.7 // indirect
21+
github.com/cloudflare/circl v1.6.0 // indirect
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/fatih/color v1.16.0 // indirect
2424
github.com/go-logr/logr v1.4.2 // indirect
2525
github.com/go-logr/stdr v1.2.2 // indirect
2626
github.com/golang/protobuf v1.5.4 // indirect
27-
github.com/google/go-cmp v0.6.0 // indirect
27+
github.com/google/go-cmp v0.7.0 // indirect
2828
github.com/hashicorp/errwrap v1.0.0 // indirect
2929
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3030
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
31+
github.com/hashicorp/go-cty v1.5.0 // indirect
3232
github.com/hashicorp/go-hclog v1.6.3 // indirect
3333
github.com/hashicorp/go-multierror v1.1.1 // indirect
34-
github.com/hashicorp/go-plugin v1.6.2 // indirect
34+
github.com/hashicorp/go-plugin v1.6.3 // indirect
3535
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3636
github.com/hashicorp/go-uuid v1.0.3 // indirect
3737
github.com/hashicorp/go-version v1.7.0 // indirect
38-
github.com/hashicorp/hc-install v0.9.0 // indirect
38+
github.com/hashicorp/hc-install v0.9.2 // indirect
3939
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
4040
github.com/hashicorp/logutils v1.0.0 // indirect
41-
github.com/hashicorp/terraform-exec v0.21.0 // indirect
42-
github.com/hashicorp/terraform-json v0.23.0 // indirect
41+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
42+
github.com/hashicorp/terraform-json v0.25.0 // indirect
4343
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
44-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
45-
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
44+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
45+
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
4646
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
4747
github.com/hashicorp/yamux v0.1.1 // indirect
4848
github.com/kr/fs v0.1.0 // indirect
@@ -58,19 +58,19 @@ require (
5858
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
5959
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
6060
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
61-
github.com/zclconf/go-cty v1.15.0 // indirect
61+
github.com/zclconf/go-cty v1.16.2 // indirect
6262
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6363
go.opentelemetry.io/otel/metric v1.34.0 // indirect
6464
go.opentelemetry.io/otel/trace v1.34.0 // indirect
65-
golang.org/x/mod v0.22.0 // indirect
66-
golang.org/x/net v0.35.0 // indirect
67-
golang.org/x/sync v0.11.0 // indirect
68-
golang.org/x/sys v0.30.0 // indirect
69-
golang.org/x/text v0.22.0 // indirect
65+
golang.org/x/mod v0.24.0 // indirect
66+
golang.org/x/net v0.39.0 // indirect
67+
golang.org/x/sync v0.14.0 // indirect
68+
golang.org/x/sys v0.33.0 // indirect
69+
golang.org/x/text v0.25.0 // indirect
7070
golang.org/x/tools v0.28.0 // indirect
7171
google.golang.org/appengine v1.6.8 // indirect
72-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
73-
google.golang.org/grpc v1.69.4 // indirect
74-
google.golang.org/protobuf v1.36.3 // indirect
72+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
73+
google.golang.org/grpc v1.72.1 // indirect
74+
google.golang.org/protobuf v1.36.6 // indirect
7575
gopkg.in/yaml.v3 v3.0.1 // indirect
7676
)

0 commit comments

Comments
 (0)