File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ toolchain go1.21.9
66
77require (
88 github.com/hashicorp/terraform-plugin-docs v0.19.2
9- github.com/hashicorp/terraform-plugin-framework v1.10 .0
9+ github.com/hashicorp/terraform-plugin-framework v1.11 .0
1010 github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
1111 github.com/hashicorp/terraform-plugin-log v0.9.0
1212 github.com/hookdeck/hookdeck-go-sdk v0.4.1
13+ golang.org/x/sys v0.18.0
1314)
1415
1516require (
@@ -65,7 +66,6 @@ require (
6566 golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
6667 golang.org/x/mod v0.16.0 // indirect
6768 golang.org/x/net v0.23.0 // indirect
68- golang.org/x/sys v0.18.0 // indirect
6969 golang.org/x/text v0.14.0 // indirect
7070 google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
7171 google.golang.org/grpc v1.63.2 // indirect
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRy
8383github.com/hashicorp/terraform-json v0.21.0 /go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk =
8484github.com/hashicorp/terraform-plugin-docs v0.19.2 h1:YjdKa1vuqt9EnPYkkrv9HnGZz175HhSJ7Vsn8yZeWus =
8585github.com/hashicorp/terraform-plugin-docs v0.19.2 /go.mod h1:gad2aP6uObFKhgNE8DR9nsEuEQnibp7il0jZYYOunWY =
86- github.com/hashicorp/terraform-plugin-framework v1.10 .0 h1:xXhICE2Fns1RYZxEQebwkB2+kXouLC932Li9qelozrc =
87- github.com/hashicorp/terraform-plugin-framework v1.10 .0 /go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM =
86+ github.com/hashicorp/terraform-plugin-framework v1.11 .0 h1:M7+9zBArexHFXDx/pKTxjE6n/2UCXY6b8FIq9ZYhwfE =
87+ github.com/hashicorp/terraform-plugin-framework v1.11 .0 /go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM =
8888github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E =
8989github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 /go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo =
9090github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co =
You can’t perform that action at this time.
0 commit comments