@@ -3,24 +3,48 @@ module github.com/mumoshu/variant2
3
3
go 1.13
4
4
5
5
require (
6
+ cloud.google.com/go v0.53.0 // indirect
6
7
github.com/AlecAivazis/survey/v2 v2.0.5
7
- github.com/google/go-cmp v0.3.1
8
+ github.com/Masterminds/semver v1.5.0 // indirect
9
+ github.com/PaesslerAG/jsonpath v0.1.1 // indirect
10
+ github.com/aws/aws-sdk-go v1.29.3 // indirect
11
+ github.com/docker/distribution v2.7.1+incompatible // indirect
12
+ github.com/fatih/color v1.9.0 // indirect
13
+ github.com/go-playground/universal-translator v0.17.0 // indirect
14
+ github.com/google/go-cmp v0.4.0
15
+ github.com/google/go-github/v27 v27.0.6 // indirect
16
+ github.com/hashicorp/go-getter v1.4.1 // indirect
8
17
github.com/hashicorp/go-multierror v1.0.0
18
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
9
19
github.com/hashicorp/hcl/v2 v2.3.0
10
20
github.com/hashicorp/terraform v0.12.18
21
+ github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
22
+ github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
11
23
github.com/imdario/mergo v0.3.8
12
- github.com/mattn/go-isatty v0.0.8
24
+ github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
25
+ github.com/leodido/go-urn v1.2.0 // indirect
26
+ github.com/mattn/go-isatty v0.0.12
13
27
github.com/nlopes/slack v0.6.0
14
- github.com/pkg/errors v0.8 .1
28
+ github.com/pkg/errors v0.9 .1
15
29
github.com/rs/xid v1.2.1
16
30
github.com/spf13/cobra v0.0.5
31
+ github.com/spf13/pflag v1.0.5 // indirect
17
32
github.com/tidwall/gjson v1.3.5
33
+ github.com/twpayne/go-vfs v1.3.6 // indirect
34
+ github.com/ulikunitz/xz v0.5.6 // indirect
18
35
github.com/urfave/cli v1.22.1 // indirect
19
36
github.com/variantdev/dag v0.0.0-20191028002400-bb0b3c785363
20
- github.com/variantdev/mod v0.10.2
37
+ github.com/variantdev/mod v0.13.0
21
38
github.com/variantdev/vals v0.0.0-20191123083656-fc61ba6e8746
39
+ github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
40
+ github.com/xeipuuv/gojsonschema v1.2.0 // indirect
22
41
github.com/zclconf/go-cty v1.2.1
23
42
github.com/zclconf/go-cty-yaml v1.0.1
24
- golang.org/x/tools v0.0.0-20191026034945-b2104f82a97d
25
- gopkg.in/yaml.v3 v3.0.0-20190924164351-c8b7dadae555
43
+ golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
44
+ golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
45
+ golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2
46
+ gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
47
+ gopkg.in/yaml.v2 v2.2.8 // indirect
48
+ gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
49
+ k8s.io/klog v1.0.0 // indirect
26
50
)
0 commit comments