Skip to content

Commit bf849ed

Browse files
renovate[bot]ramonsnir
authored andcommitted
Update module github.com/hashicorp/terraform-plugin-framework-validators to v0.13.0
1 parent ce407c6 commit bf849ed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/go-swagger/go-swagger v0.30.5
77
github.com/hashicorp/terraform-plugin-docs v0.19.4
8-
github.com/hashicorp/terraform-plugin-framework v1.9.0
8+
github.com/hashicorp/terraform-plugin-framework v1.10.0
99
golang.org/x/oauth2 v0.21.0
1010
)
1111

@@ -55,7 +55,7 @@ require (
5555
github.com/hashicorp/hcl v1.0.0 // indirect
5656
github.com/hashicorp/terraform-exec v0.21.0 // indirect
5757
github.com/hashicorp/terraform-json v0.22.1 // indirect
58-
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
58+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
5959
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
6060
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
6161
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,12 @@ github.com/hashicorp/terraform-plugin-docs v0.19.4 h1:G3Bgo7J22OMtegIgn8Cd/CaSey
124124
github.com/hashicorp/terraform-plugin-docs v0.19.4/go.mod h1:4pLASsatTmRynVzsjEhbXZ6s7xBlUw/2Kt0zfrq8HxA=
125125
github.com/hashicorp/terraform-plugin-framework v1.9.0 h1:caLcDoxiRucNi2hk8+j3kJwkKfvHznubyFsJMWfZqKU=
126126
github.com/hashicorp/terraform-plugin-framework v1.9.0/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM=
127+
github.com/hashicorp/terraform-plugin-framework v1.10.0 h1:xXhICE2Fns1RYZxEQebwkB2+kXouLC932Li9qelozrc=
128+
github.com/hashicorp/terraform-plugin-framework v1.10.0/go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM=
127129
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc=
128130
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0/go.mod h1:jfHGE/gzjxYz6XoUwi/aYiiKrJDeutQNUtGQXkaHklg=
131+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E=
132+
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0/go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo=
129133
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co=
130134
github.com/hashicorp/terraform-plugin-go v0.23.0/go.mod h1:1E3Cr9h2vMlahWMbsSEcNrOCxovCZhOOIXjFHbjc/lQ=
131135
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=

0 commit comments

Comments
 (0)