Skip to content

Commit e1b112c

Browse files
Bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0
Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.5.1 to 1.6.0. - [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.5.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f9440a commit e1b112c

File tree

2 files changed

+64
-65
lines changed

2 files changed

+64
-65
lines changed

go.mod

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/hashicorp/terraform-plugin-docs v0.16.0
88
github.com/hashicorp/terraform-plugin-framework v1.4.1
99
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
10-
github.com/hashicorp/terraform-plugin-go v0.19.0
10+
github.com/hashicorp/terraform-plugin-go v0.19.1
1111
github.com/hashicorp/terraform-plugin-log v0.9.0
12-
github.com/hashicorp/terraform-plugin-testing v1.5.1
12+
github.com/hashicorp/terraform-plugin-testing v1.6.0
1313
github.com/life4/genesis v1.8.1
1414
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27
1515
github.com/stretchr/testify v1.8.4
@@ -20,7 +20,7 @@ require (
2020
github.com/Masterminds/goutils v1.1.1 // indirect
2121
github.com/Masterminds/semver/v3 v3.1.1 // indirect
2222
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
23-
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
23+
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
2424
github.com/agext/levenshtein v1.2.2 // indirect
2525
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2626
github.com/armon/go-radix v1.0.0 // indirect
@@ -29,25 +29,25 @@ require (
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/fatih/color v1.15.0 // indirect
3131
github.com/golang/protobuf v1.5.3 // indirect
32-
github.com/google/go-cmp v0.5.9 // indirect
32+
github.com/google/go-cmp v0.6.0 // indirect
3333
github.com/google/go-querystring v1.1.0 // indirect
34-
github.com/google/uuid v1.3.0 // indirect
34+
github.com/google/uuid v1.3.1 // indirect
3535
github.com/hashicorp/errwrap v1.1.0 // indirect
3636
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3737
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3838
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
3939
github.com/hashicorp/go-hclog v1.5.0 // indirect
4040
github.com/hashicorp/go-multierror v1.1.1 // indirect
41-
github.com/hashicorp/go-plugin v1.5.1 // indirect
41+
github.com/hashicorp/go-plugin v1.5.2 // indirect
4242
github.com/hashicorp/go-uuid v1.0.3 // indirect
4343
github.com/hashicorp/go-version v1.6.0 // indirect
44-
github.com/hashicorp/hc-install v0.6.0 // indirect
45-
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
44+
github.com/hashicorp/hc-install v0.6.1 // indirect
45+
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
4646
github.com/hashicorp/logutils v1.0.0 // indirect
4747
github.com/hashicorp/terraform-exec v0.19.0 // indirect
48-
github.com/hashicorp/terraform-json v0.17.1 // indirect
49-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
50-
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
48+
github.com/hashicorp/terraform-json v0.18.0 // indirect
49+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 // indirect
50+
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
5151
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5252
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
5353
github.com/huandu/xstrings v1.3.2 // indirect
@@ -68,17 +68,17 @@ require (
6868
github.com/shopspring/decimal v1.3.1 // indirect
6969
github.com/spf13/cast v1.5.1 // indirect
7070
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
71-
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
71+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7272
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
73-
github.com/zclconf/go-cty v1.14.0 // indirect
74-
golang.org/x/crypto v0.13.0 // indirect
73+
github.com/zclconf/go-cty v1.14.1 // indirect
74+
golang.org/x/crypto v0.16.0 // indirect
7575
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
76-
golang.org/x/mod v0.12.0 // indirect
77-
golang.org/x/net v0.13.0 // indirect
78-
golang.org/x/sys v0.12.0 // indirect
79-
golang.org/x/text v0.13.0 // indirect
76+
golang.org/x/mod v0.13.0 // indirect
77+
golang.org/x/net v0.17.0 // indirect
78+
golang.org/x/sys v0.15.0 // indirect
79+
golang.org/x/text v0.14.0 // indirect
8080
google.golang.org/appengine v1.6.7 // indirect
81-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
82-
google.golang.org/grpc v1.57.0 // indirect
81+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
82+
google.golang.org/grpc v1.59.0 // indirect
8383
google.golang.org/protobuf v1.31.0 // indirect
8484
)

0 commit comments

Comments
 (0)