@@ -3,14 +3,33 @@ module github.com/shihanng/tfvar
3
3
go 1.13
4
4
5
5
require (
6
- github.com/certifi/gocertifi v0.0.0-20200104152315-a6d78f326758 // indirect
7
- github.com/cockroachdb/errors v1.2.4
8
- github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
9
- github.com/getsentry/raven-go v0.2.0 // indirect
10
- github.com/hashicorp/hcl/v2 v2.2.0
11
- github.com/hashicorp/terraform v0.12.19
12
- github.com/spf13/cobra v0.0.5
13
- github.com/stretchr/testify v1.4.0
14
- github.com/zclconf/go-cty v1.1.1
15
- go.uber.org/zap v1.13.0
6
+ github.com/agext/levenshtein v1.2.3 // indirect
7
+ github.com/cockroachdb/errors v1.7.3
8
+ github.com/cockroachdb/redact v1.0.4 // indirect
9
+ github.com/fatih/color v1.9.0 // indirect
10
+ github.com/google/go-cmp v0.5.2 // indirect
11
+ github.com/hashicorp/go-hclog v0.14.1 // indirect
12
+ github.com/hashicorp/go-multierror v1.1.0 // indirect
13
+ github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
14
+ github.com/hashicorp/go-version v1.2.1 // indirect
15
+ github.com/hashicorp/hcl/v2 v2.6.0
16
+ github.com/hashicorp/terraform v0.13.1
17
+ github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
18
+ github.com/kr/pretty v0.2.1 // indirect
19
+ github.com/kr/text v0.2.0 // indirect
20
+ github.com/mattn/go-colorable v0.1.7 // indirect
21
+ github.com/spf13/afero v1.3.4 // indirect
22
+ github.com/spf13/cobra v1.0.0
23
+ github.com/spf13/pflag v1.0.5 // indirect
24
+ github.com/stretchr/testify v1.5.1
25
+ github.com/zclconf/go-cty v1.6.0
26
+ go.uber.org/zap v1.16.0
27
+ golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
28
+ golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
29
+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
30
+ golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
31
+ golang.org/x/tools v0.0.0-20200902012652-d1954cc86c82 // indirect
32
+ google.golang.org/appengine v1.6.6 // indirect
33
+ google.golang.org/protobuf v1.25.0 // indirect
34
+ honnef.co/go/tools v0.0.1-2020.1.5 // indirect
16
35
)
0 commit comments