Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.3.1 to 1.4.0 #271

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/271.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-validators from 1.3.1 to 1.4.0
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.2.2
github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.3.0
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.3.1
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.4.0
github.com/antihax/optional v1.0.0
github.com/google/uuid v1.3.0
github.com/hashicorp/terraform-plugin-docs v0.14.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.2.2 h1:Ht7
github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.2.2/go.mod h1:4J8gxs5wljXWuxJvMLxExros7juwH+rmiX/8NyJYewM=
github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.3.0 h1:UbvaY9NOFP4I3sB3cgh2VZpC58e7YCUQ9ytUaBddCsI=
github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.3.0/go.mod h1:hLnO3sOgejUEx8SvNHTR63s7L60ag6rxDBlLmxDVLYQ=
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.3.1 h1:dy3V0O9/BsWS6/yWzlCarrcDrmfbaBKUjnItnaYABtU=
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.3.1/go.mod h1:4Q03kQyC/OF/teqhv/oHbymOoR4yzEQRPYxwnja9eyQ=
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.4.0 h1:6UE54JhOglJZ06C1HB2G3jOiI4Kx4iWCiOMoRUgu/DE=
github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.4.0/go.mod h1:4Q03kQyC/OF/teqhv/oHbymOoR4yzEQRPYxwnja9eyQ=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
Expand Down