@@ -31,26 +31,26 @@ require (
31
31
github.com/hashicorp/go-uuid v1.0.3
32
32
github.com/hashicorp/hcl v1.0.0
33
33
github.com/hashicorp/terraform-json v0.17.1 // indirect
34
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.28 .0
34
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0
35
35
github.com/lunixbochs/vtclean v1.0.0 // indirect
36
36
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
37
37
github.com/satori/go.uuid v1.2.0
38
- github.com/sirupsen/logrus v1.7 .0 // indirect
38
+ github.com/sirupsen/logrus v1.9 .0 // indirect
39
39
github.com/tedsuo/rata v1.0.0 // indirect
40
40
github.com/vito/go-interact v1.0.0 // indirect
41
- github.com/zclconf/go-cty v1.13.2 // indirect
42
- golang.org/x/text v0.12 .0 // indirect
41
+ github.com/zclconf/go-cty v1.14.0 // indirect
42
+ golang.org/x/text v0.13 .0 // indirect
43
43
)
44
44
45
45
require github.com/hashicorp/terraform-plugin-log v0.9.0
46
46
47
47
require (
48
48
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
49
49
code.cloudfoundry.org/jsonry v1.1.4 // indirect
50
- github.com/Microsoft/go-winio v0.5.2 // indirect
51
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
50
+ github.com/Microsoft/go-winio v0.6.1 // indirect
51
+ github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
52
52
github.com/agext/levenshtein v1.2.2 // indirect
53
- github.com/apparentlymart/go-textseg/v13 v13 .0.0 // indirect
53
+ github.com/apparentlymart/go-textseg/v15 v15 .0.0 // indirect
54
54
github.com/cloudflare/circl v1.3.3 // indirect
55
55
github.com/emirpasic/gods v1.18.1 // indirect
56
56
github.com/fatih/color v1.13.0 // indirect
@@ -62,14 +62,14 @@ require (
62
62
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
63
63
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
64
64
github.com/hashicorp/go-hclog v1.5.0 // indirect
65
- github.com/hashicorp/go-plugin v1.4.10 // indirect
65
+ github.com/hashicorp/go-plugin v1.5.1 // indirect
66
66
github.com/hashicorp/go-version v1.6.0 // indirect
67
- github.com/hashicorp/hc-install v0.5.2 // indirect
68
- github.com/hashicorp/hcl/v2 v2.17 .0 // indirect
67
+ github.com/hashicorp/hc-install v0.6.0 // indirect
68
+ github.com/hashicorp/hcl/v2 v2.18 .0 // indirect
69
69
github.com/hashicorp/logutils v1.0.0 // indirect
70
- github.com/hashicorp/terraform-exec v0.18.1 // indirect
71
- github.com/hashicorp/terraform-plugin-go v0.18 .0 // indirect
72
- github.com/hashicorp/terraform-registry-address v0.2.1 // indirect
70
+ github.com/hashicorp/terraform-exec v0.19.0 // indirect
71
+ github.com/hashicorp/terraform-plugin-go v0.19 .0 // indirect
72
+ github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
73
73
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
74
74
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
75
75
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -92,14 +92,15 @@ require (
92
92
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
93
93
github.com/whilp/git-urls v0.0.0-20160530060445-31bac0d230fa // indirect
94
94
github.com/xanzy/ssh-agent v0.3.3 // indirect
95
- golang.org/x/crypto v0.12.0 // indirect
96
- golang.org/x/mod v0.10.0 // indirect
97
- golang.org/x/net v0.11.0 // indirect
98
- golang.org/x/sys v0.11.0 // indirect
99
- golang.org/x/term v0.11.0 // indirect
95
+ golang.org/x/crypto v0.13.0 // indirect
96
+ golang.org/x/mod v0.12.0 // indirect
97
+ golang.org/x/net v0.13.0 // indirect
98
+ golang.org/x/sys v0.12.0 // indirect
99
+ golang.org/x/term v0.12.0 // indirect
100
+ golang.org/x/tools v0.6.0 // indirect
100
101
google.golang.org/appengine v1.6.7 // indirect
101
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
102
- google.golang.org/grpc v1.56.1 // indirect
102
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
103
+ google.golang.org/grpc v1.57.0 // indirect
103
104
google.golang.org/protobuf v1.31.0 // indirect
104
105
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
105
106
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
0 commit comments