This repository was archived by the owner on Dec 30, 2024. It is now read-only.
File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:dependency
2
+ deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0
3
+ ```
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/fatih/color v1.16.0
7
7
github.com/google/go-cmp v0.6.0
8
- github.com/hashicorp/terraform-plugin-framework v1.4.2
9
- github.com/hashicorp/terraform-plugin-go v0.19.1
8
+ github.com/hashicorp/terraform-plugin-framework v1.5.0
9
+ github.com/hashicorp/terraform-plugin-go v0.20.0
10
10
github.com/iancoleman/strcase v0.3.0
11
11
github.com/stretchr/testify v1.8.4
12
12
)
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
4
4
github.com/fatih/color v1.16.0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
5
5
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
6
6
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
7
- github.com/hashicorp/terraform-plugin-framework v1.4.2 h1:P7a7VP1GZbjc4rv921Xy5OckzhoiO3ig6SGxwelD2sI =
8
- github.com/hashicorp/terraform-plugin-framework v1.4.2 /go.mod h1:GWl3InPFZi2wVQmdVnINPKys09s9mLmTZr95/ngLnbY =
9
- github.com/hashicorp/terraform-plugin-go v0.19.1 h1:lf/jTGTeELcz5IIbn/94mJdmnTjRYm6S6ct/JqCSr50 =
10
- github.com/hashicorp/terraform-plugin-go v0.19.1 /go.mod h1:5NMIS+DXkfacX6o5HCpswda5yjkSYfKzn1Nfl9l+qRs =
7
+ github.com/hashicorp/terraform-plugin-framework v1.5.0 h1:8kcvqJs/x6QyOFSdeAyEgsenVOUeC/IyKpi2ul4fjTg =
8
+ github.com/hashicorp/terraform-plugin-framework v1.5.0 /go.mod h1:6waavirukIlFpVpthbGd2PUNYaFedB0RwW3MDzJ/rtc =
9
+ github.com/hashicorp/terraform-plugin-go v0.20.0 h1:oqvoUlL+2EUbKNsJbIt3zqqZ7wi6lzn4ufkn/UA51xQ =
10
+ github.com/hashicorp/terraform-plugin-go v0.20.0 /go.mod h1:Rr8LBdMlY53a3Z/HpP+ZU3/xCDqtKNCkeI9qOyT10QE =
11
11
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =
12
12
github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
13
13
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
You can’t perform that action at this time.
0 commit comments