5
5
require (
6
6
github.com/hashicorp/terraform-plugin-docs v0.5.1
7
7
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
8
- github.com/segmentio/ksuid v1.0.4
9
8
)
10
9
11
10
require (
@@ -14,71 +13,73 @@ require (
14
13
github.com/Masterminds/goutils v1.1.0 // indirect
15
14
github.com/Masterminds/semver v1.5.0 // indirect
16
15
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
17
- github.com/agext/levenshtein v1.2.2 // indirect
16
+ github.com/agext/levenshtein v1.2.3 // indirect
18
17
github.com/apparentlymart/go-textseg v1.0.0 // indirect
19
18
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
20
19
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
21
20
github.com/aws/aws-sdk-go v1.25.3 // indirect
22
21
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
23
22
github.com/bgentry/speakeasy v0.1.0 // indirect
24
- github.com/fatih/color v1.7 .0 // indirect
23
+ github.com/fatih/color v1.13 .0 // indirect
25
24
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
26
- github.com/golang/protobuf v1.4 .2 // indirect
27
- github.com/google/go-cmp v0.5.6 // indirect
25
+ github.com/golang/protobuf v1.5 .2 // indirect
26
+ github.com/google/go-cmp v0.5.7 // indirect
28
27
github.com/google/uuid v1.1.2 // indirect
29
28
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
30
- github.com/hashicorp/errwrap v1.0 .0 // indirect
29
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
31
30
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
32
31
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33
32
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
34
33
github.com/hashicorp/go-getter v1.5.3 // indirect
35
- github.com/hashicorp/go-hclog v0.16.1 // indirect
34
+ github.com/hashicorp/go-hclog v1.1.0 // indirect
36
35
github.com/hashicorp/go-multierror v1.1.1 // indirect
37
- github.com/hashicorp/go-plugin v1.4.1 // indirect
36
+ github.com/hashicorp/go-plugin v1.4.3 // indirect
38
37
github.com/hashicorp/go-safetemp v1.0.0 // indirect
39
38
github.com/hashicorp/go-uuid v1.0.2 // indirect
40
- github.com/hashicorp/go-version v1.3 .0 // indirect
41
- github.com/hashicorp/hcl/v2 v2.3.0 // indirect
39
+ github.com/hashicorp/go-version v1.4 .0 // indirect
40
+ github.com/hashicorp/hcl/v2 v2.11.1 // indirect
42
41
github.com/hashicorp/terraform-exec v0.15.0 // indirect
43
42
github.com/hashicorp/terraform-json v0.13.0 // indirect
44
- github.com/hashicorp/terraform-plugin-go v0.5 .0 // indirect
45
- github.com/hashicorp/terraform-plugin-log v0.2.0 // indirect
46
- github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 // indirect
43
+ github.com/hashicorp/terraform-plugin-go v0.7 .0 // indirect
44
+ github.com/hashicorp/terraform-plugin-log v0.2.1 // indirect
45
+ github.com/hashicorp/terraform-registry-address v0.0.0-20220131103327-5c1c5e123275 // indirect
47
46
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
48
- github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
47
+ github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
49
48
github.com/huandu/xstrings v1.3.2 // indirect
50
49
github.com/imdario/mergo v0.3.12 // indirect
51
50
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
52
51
github.com/jstemmer/go-junit-report v0.9.1 // indirect
53
52
github.com/klauspost/compress v1.11.2 // indirect
54
- github.com/mattn/go-colorable v0.1.11 // indirect
53
+ github.com/mattn/go-colorable v0.1.12 // indirect
55
54
github.com/mattn/go-isatty v0.0.14 // indirect
56
55
github.com/mitchellh/cli v1.1.2 // indirect
57
56
github.com/mitchellh/copystructure v1.2.0 // indirect
58
57
github.com/mitchellh/go-homedir v1.1.0 // indirect
59
58
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
60
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
61
- github.com/mitchellh/mapstructure v1.1.2 // indirect
59
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
60
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
62
61
github.com/mitchellh/reflectwalk v1.0.2 // indirect
63
- github.com/oklog/run v1.0 .0 // indirect
62
+ github.com/oklog/run v1.1 .0 // indirect
64
63
github.com/posener/complete v1.1.1 // indirect
65
64
github.com/russross/blackfriday v1.6.0 // indirect
66
65
github.com/ulikunitz/xz v0.5.8 // indirect
67
66
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
67
+ github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
68
+ github.com/vmihailenco/tagparser v0.1.2 // indirect
68
69
github.com/zclconf/go-cty v1.10.0 // indirect
69
70
go.opencensus.io v0.22.4 // indirect
70
71
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
71
72
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
72
73
golang.org/x/mod v0.3.0 // indirect
73
- golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
74
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
74
75
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
75
- golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
76
- golang.org/x/text v0.3.5 // indirect
76
+ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
77
+ golang.org/x/text v0.3.7 // indirect
77
78
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed // indirect
78
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
79
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
79
80
google.golang.org/api v0.29.0 // indirect
80
- google.golang.org/appengine v1.6.6 // indirect
81
- google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
82
- google.golang.org/grpc v1.32 .0 // indirect
83
- google.golang.org/protobuf v1.25.0 // indirect
81
+ google.golang.org/appengine v1.6.7 // indirect
82
+ google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
83
+ google.golang.org/grpc v1.44 .0 // indirect
84
+ google.golang.org/protobuf v1.27.1 // indirect
84
85
)
0 commit comments