@@ -10,7 +10,7 @@ require (
1010 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1111 github.com/hashicorp/go-retryablehttp v0.7.7
1212 github.com/hashicorp/go-uuid v1.0.3
13- github.com/hashicorp/terraform-plugin-sdk/v2 v2.35 .0
13+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36 .0
1414 github.com/hashicorp/terraform-plugin-testing v1.11.0
1515 github.com/hasura/go-graphql-client v0.13.1
1616 github.com/herkyl/patchwerk v0.0.0-20190629103337-f0ea77068152
@@ -26,7 +26,7 @@ require (
2626
2727require (
2828 bitbucket.org/creachadair/stringset v0.0.9 // indirect
29- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
29+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
3030 github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 // indirect
3131 github.com/agext/levenshtein v1.2.2 // indirect
3232 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -50,14 +50,14 @@ require (
5050 github.com/hashicorp/go-multierror v1.1.1 // indirect
5151 github.com/hashicorp/go-plugin v1.6.2 // indirect
5252 github.com/hashicorp/go-version v1.7.0 // indirect
53- github.com/hashicorp/hc-install v0.9.0 // indirect
53+ github.com/hashicorp/hc-install v0.9.1 // indirect
5454 github.com/hashicorp/hcl/v2 v2.23.0 // indirect
5555 github.com/hashicorp/logutils v1.0.0 // indirect
56- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
57- github.com/hashicorp/terraform-json v0.23 .0 // indirect
58- github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
56+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
57+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
58+ github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
5959 github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
60- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
60+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
6161 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
6262 github.com/hashicorp/yamux v0.1.1 // indirect
6363 github.com/json-iterator/go v1.1.12 // indirect
@@ -84,18 +84,18 @@ require (
8484 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
8585 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
8686 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
87- github.com/zclconf/go-cty v1.15.0 // indirect
88- golang.org/x/crypto v0.31 .0 // indirect
89- golang.org/x/mod v0.21 .0 // indirect
90- golang.org/x/net v0.33 .0 // indirect
87+ github.com/zclconf/go-cty v1.16.2 // indirect
88+ golang.org/x/crypto v0.32 .0 // indirect
89+ golang.org/x/mod v0.22 .0 // indirect
90+ golang.org/x/net v0.34 .0 // indirect
9191 golang.org/x/oauth2 v0.24.0 // indirect
9292 golang.org/x/sync v0.10.0 // indirect
93- golang.org/x/sys v0.28 .0 // indirect
93+ golang.org/x/sys v0.29 .0 // indirect
9494 golang.org/x/text v0.21.0 // indirect
9595 golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
9696 google.golang.org/appengine v1.6.8 // indirect
97- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
98- google.golang.org/grpc v1.67.1 // indirect
99- google.golang.org/protobuf v1.35.1 // indirect
97+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
98+ google.golang.org/grpc v1.69.4 // indirect
99+ google.golang.org/protobuf v1.36.3 // indirect
100100 gopkg.in/yaml.v3 v3.0.1 // indirect
101101)
0 commit comments