Skip to content

Commit 8f5420d

Browse files
renovate[bot]ramonsnir
authored andcommittedDec 16, 2024·
Update module github.com/hashicorp/terraform-plugin-framework-validators to v0.16.0
1 parent 8d2bd77 commit 8f5420d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/hashicorp/hcl v1.0.0 // indirect
6868
github.com/hashicorp/terraform-exec v0.21.0 // indirect
6969
github.com/hashicorp/terraform-json v0.23.0 // indirect
70-
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0
70+
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
7171
github.com/hashicorp/terraform-plugin-go v0.25.0
7272
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
7373
github.com/hashicorp/terraform-plugin-testing v1.11.0

‎go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ github.com/hashicorp/terraform-plugin-framework v1.13.0 h1:8OTG4+oZUfKgnfTdPTJwZ
144144
github.com/hashicorp/terraform-plugin-framework v1.13.0/go.mod h1:j64rwMGpgM3NYXTKuxrCnyubQb/4VKldEKlcG8cvmjU=
145145
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0 h1:RXMmu7JgpFjnI1a5QjMCBb11usrW2OtAG+iOTIj5c9Y=
146146
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
147+
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 h1:O9QqGoYDzQT7lwTXUsZEtgabeWW96zUBh47Smn2lkFA=
148+
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
147149
github.com/hashicorp/terraform-plugin-go v0.25.0 h1:oi13cx7xXA6QciMcpcFi/rwA974rdTxjqEhXJjbAyks=
148150
github.com/hashicorp/terraform-plugin-go v0.25.0/go.mod h1:+SYagMYadJP86Kvn+TGeV+ofr/R3g4/If0O5sO96MVw=
149151
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=

0 commit comments

Comments
 (0)
Please sign in to comment.