@@ -11,9 +11,7 @@ require (
11
11
dario.cat/mergo v1.0.0 // indirect
12
12
github.com/Microsoft/go-winio v0.6.1 // indirect
13
13
github.com/ProtonMail/go-crypto v1.0.0 // indirect
14
- github.com/acomagu/bufpipe v1.0.4 // indirect
15
14
github.com/agext/levenshtein v1.2.3 // indirect
16
- github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
17
15
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
18
16
github.com/atsushinee/go-markdown-generator v0.0.0-20231027094725-92d26ffbe778 // indirect
19
17
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -29,10 +27,8 @@ require (
29
27
github.com/golang/protobuf v1.5.3 // indirect
30
28
github.com/google/go-cmp v0.6.0 // indirect
31
29
github.com/gopherjs/gopherjs v0.0.0-20211101210129-f9bde24e5ca2 // indirect
32
- github.com/hashicorp/errwrap v1.1.0 // indirect
33
30
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
34
31
github.com/hashicorp/go-hclog v1.6.2 // indirect
35
- github.com/hashicorp/go-multierror v1.1.1 // indirect
36
32
github.com/hashicorp/go-plugin v1.6.0 // indirect
37
33
github.com/hashicorp/go-uuid v1.0.3 // indirect
38
34
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -43,15 +39,13 @@ require (
43
39
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
44
40
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
45
41
github.com/hashicorp/yamux v0.1.1 // indirect
46
- github.com/imdario/mergo v0.3.16 // indirect
47
42
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
48
43
github.com/jtolds/gls v4.20.0+incompatible // indirect
49
44
github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect
50
45
github.com/kevinburke/ssh_config v1.2.0 // indirect
51
46
github.com/mattn/go-colorable v0.1.13 // indirect
52
47
github.com/mattn/go-isatty v0.0.20 // indirect
53
48
github.com/mitchellh/copystructure v1.2.0 // indirect
54
- github.com/mitchellh/go-homedir v1.1.0 // indirect
55
49
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
56
50
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
57
51
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -64,9 +58,7 @@ require (
64
58
github.com/smartystreets/assertions v1.2.1 // indirect
65
59
github.com/urfave/cli/v2 v2.27.1 // indirect
66
60
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
67
- github.com/vmihailenco/msgpack/v4 v4.3.13 // indirect
68
61
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
69
- github.com/vmihailenco/tagparser v0.1.2 // indirect
70
62
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
71
63
github.com/withmandala/go-log v0.1.0 // indirect
72
64
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -80,10 +72,8 @@ require (
80
72
golang.org/x/text v0.14.0 // indirect
81
73
golang.org/x/tools v0.17.0 // indirect
82
74
google.golang.org/appengine v1.6.8 // indirect
83
- google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
75
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
84
76
google.golang.org/grpc v1.60.0 // indirect
85
77
google.golang.org/protobuf v1.32.0 // indirect
86
78
gopkg.in/warnings.v0 v0.1.2 // indirect
87
- gopkg.in/yaml.v2 v2.4.0 // indirect
88
- gopkg.in/yaml.v3 v3.0.1 // indirect
89
79
)
0 commit comments