@@ -13,8 +13,6 @@ require (
13
13
github.com/zclconf/go-cty v1.13.3
14
14
)
15
15
16
- require github.com/apparentlymart/go-textseg v1.0.0 // indirect
17
-
18
16
require (
19
17
cloud.google.com/go v0.105.0 // indirect
20
18
cloud.google.com/go/compute v1.12.1 // indirect
@@ -38,7 +36,7 @@ require (
38
36
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39
37
github.com/golang/protobuf v1.5.2 // indirect
40
38
github.com/google/go-cmp v0.5.9 // indirect
41
- github.com/google/uuid v1.3.0 // indirect
39
+ github.com/google/uuid v1.3.0
42
40
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
43
41
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
44
42
github.com/hashicorp/consul/api v1.25.1 // indirect
@@ -59,7 +57,6 @@ require (
59
57
github.com/hashicorp/go-version v1.6.0 // indirect
60
58
github.com/hashicorp/golang-lru v0.5.4 // indirect
61
59
github.com/hashicorp/hcl v1.0.0 // indirect
62
- github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
63
60
github.com/hashicorp/serf v0.10.1 // indirect
64
61
github.com/hashicorp/vault/api v1.10.0 // indirect
65
62
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -72,7 +69,7 @@ require (
72
69
github.com/mattn/go-colorable v0.1.13 // indirect
73
70
github.com/mattn/go-isatty v0.0.17 // indirect
74
71
github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff // indirect
75
- github.com/mitchellh/go-homedir v1.1.0 // indirect
72
+ github.com/mitchellh/go-homedir v1.1.0
76
73
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
77
74
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
78
75
github.com/mitchellh/iochan v1.0.0 // indirect
0 commit comments