1
1
module github.com/hashicorp/terraform-provider-tfe
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/agext/levenshtein v1.2.3 // indirect
@@ -15,21 +15,21 @@ require (
15
15
github.com/hashicorp/go-tfe v1.40.0
16
16
github.com/hashicorp/go-version v1.6.0
17
17
github.com/hashicorp/hcl v1.0.0
18
- github.com/hashicorp/hcl/v2 v2.18.0 // indirect
18
+ github.com/hashicorp/hcl/v2 v2.19.1 // indirect
19
19
github.com/hashicorp/terraform-plugin-framework v1.4.2
20
20
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
21
- github.com/hashicorp/terraform-plugin-go v0.19 .0
21
+ github.com/hashicorp/terraform-plugin-go v0.20 .0
22
22
github.com/hashicorp/terraform-plugin-mux v0.12.0
23
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.29 .0
23
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.30 .0
24
24
github.com/hashicorp/terraform-svchost v0.1.1
25
25
github.com/mattn/go-isatty v0.0.19 // indirect
26
26
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
27
- github.com/zclconf/go-cty v1.14.0
28
- golang.org/x/crypto v0.14 .0 // indirect
27
+ github.com/zclconf/go-cty v1.14.1
28
+ golang.org/x/crypto v0.15 .0 // indirect
29
29
golang.org/x/net v0.17.0 // indirect
30
- golang.org/x/oauth2 v0.9 .0 // indirect
30
+ golang.org/x/oauth2 v0.13 .0 // indirect
31
31
golang.org/x/sys v0.14.0 // indirect
32
- golang.org/x/text v0.13 .0 // indirect
32
+ golang.org/x/text v0.14 .0 // indirect
33
33
golang.org/x/time v0.4.0 // indirect
34
34
google.golang.org/protobuf v1.31.0 // indirect
35
35
)
@@ -41,7 +41,7 @@ require (
41
41
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
42
42
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
43
43
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
44
- github.com/hashicorp/go-plugin v1.5.1 // indirect
44
+ github.com/hashicorp/go-plugin v1.6.0 // indirect
45
45
github.com/hashicorp/go-uuid v1.0.3
46
46
github.com/hashicorp/jsonapi v0.0.0-20231023233540-b6a3d216e521 // indirect
47
47
github.com/hashicorp/logutils v1.0.0 // indirect
@@ -55,8 +55,8 @@ require (
55
55
github.com/mitchellh/reflectwalk v1.0.2 // indirect
56
56
github.com/oklog/run v1.1.0 // indirect
57
57
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
58
- google.golang.org/appengine v1.6.7 // indirect
59
- google.golang.org/grpc v1.57 .0 // indirect
58
+ google.golang.org/appengine v1.6.8 // indirect
59
+ google.golang.org/grpc v1.60 .0 // indirect
60
60
)
61
61
62
62
require (
@@ -65,19 +65,19 @@ require (
65
65
)
66
66
67
67
require (
68
- github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
68
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
69
69
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
70
70
github.com/cloudflare/circl v1.3.3 // indirect
71
- github.com/hashicorp/hc-install v0.6.0 // indirect
72
- github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
71
+ github.com/hashicorp/hc-install v0.6.1 // indirect
72
+ github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
73
73
github.com/kr/pretty v0.2.1 // indirect
74
74
github.com/kr/text v0.2.0 // indirect
75
75
github.com/pmezard/go-difflib v1.0.0 // indirect
76
- github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
76
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
77
77
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
78
- golang.org/x/mod v0.12 .0 // indirect
78
+ golang.org/x/mod v0.13 .0 // indirect
79
79
golang.org/x/sync v0.5.0 // indirect
80
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
80
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
81
81
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
82
82
gopkg.in/yaml.v3 v3.0.1 // indirect
83
83
)
0 commit comments