File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/segmentio/terraform-provider-segment
2
2
3
3
go 1.21
4
-
5
- toolchain go1.21.7
4
+ toolchain go1.22.5
6
5
7
6
require (
8
7
github.com/avast/retry-go/v4 v4.6.0
@@ -57,7 +56,7 @@ require (
57
56
github.com/hashicorp/logutils v1.0.0 // indirect
58
57
github.com/hashicorp/terraform-exec v0.21.0 // indirect
59
58
github.com/hashicorp/terraform-json v0.22.1 // indirect
60
- github.com/hashicorp/terraform-plugin-framework-jsontypes v0.1 .0
59
+ github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2 .0
61
60
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
62
61
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
63
62
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ github.com/hashicorp/terraform-plugin-docs v0.18.0 h1:2bINhzXc+yDeAcafurshCrIjtd
111
111
github.com/hashicorp/terraform-plugin-docs v0.18.0 /go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8 =
112
112
github.com/hashicorp/terraform-plugin-framework v1.11.0 h1:M7+9zBArexHFXDx/pKTxjE6n/2UCXY6b8FIq9ZYhwfE =
113
113
github.com/hashicorp/terraform-plugin-framework v1.11.0 /go.mod h1:qBXLDn69kM97NNVi/MQ9qgd1uWWsVftGSnygYG1tImM =
114
- github.com/hashicorp/terraform-plugin-framework-jsontypes v0.1 .0 h1:b8vZYB/SkXJT4YPbT3trzE6oJ7dPyMy68+9dEDKsJjE =
115
- github.com/hashicorp/terraform-plugin-framework-jsontypes v0.1 .0 /go.mod h1:tP9BC3icoXBz72evMS5UTFvi98CiKhPdXF6yLs1wS8A =
114
+ github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2 .0 h1:SJXL5FfJJm17554Kpt9jFXngdM6fXbnUnZ6iT2IeiYA =
115
+ github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2 .0 /go.mod h1:p0phD0IYhsu9bR4+6OetVvvH59I6LwjXGnTVEr8ox6E =
116
116
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 h1:bxZfGo9DIUoLLtHMElsu+zwqI4IsMZQBRRy4iLzZJ8E =
117
117
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 /go.mod h1:wGeI02gEhj9nPANU62F2jCaHjXulejm/X+af4PdZaNo =
118
118
github.com/hashicorp/terraform-plugin-go v0.23.0 h1:AALVuU1gD1kPb48aPQUjug9Ir/125t+AAurhqphJ2Co =
You can’t perform that action at this time.
0 commit comments