Skip to content

Commit 6df3604

Browse files
kmoepaddycarver
authored andcommitted
bump terraform-exec to 0.13.3
1 parent db1d38f commit 6df3604

File tree

2 files changed

+81
-49
lines changed

2 files changed

+81
-49
lines changed

go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ require (
1313
github.com/go-test/deep v1.0.3
1414
github.com/golang/mock v1.4.3
1515
github.com/golang/snappy v0.0.1
16-
github.com/google/go-cmp v0.5.2
16+
github.com/google/go-cmp v0.5.5
1717
github.com/hashicorp/errwrap v1.0.0
18-
github.com/hashicorp/go-cleanhttp v0.5.1
18+
github.com/hashicorp/go-cleanhttp v0.5.2
1919
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
20-
github.com/hashicorp/go-getter v1.5.0 // indirect
2120
github.com/hashicorp/go-hclog v0.15.0
2221
github.com/hashicorp/go-multierror v1.0.0
2322
github.com/hashicorp/go-plugin v1.4.0
2423
github.com/hashicorp/go-uuid v1.0.1
25-
github.com/hashicorp/go-version v1.2.1
24+
github.com/hashicorp/go-version v1.3.0
2625
github.com/hashicorp/hcl/v2 v2.3.0
2726
github.com/hashicorp/logutils v1.0.0
28-
github.com/hashicorp/terraform-exec v0.13.0
29-
github.com/hashicorp/terraform-json v0.8.0
27+
github.com/hashicorp/terraform-exec v0.13.3
28+
github.com/hashicorp/terraform-json v0.10.0
3029
github.com/hashicorp/terraform-plugin-go v0.3.0
3130
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
3231
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
@@ -37,8 +36,8 @@ require (
3736
github.com/mitchellh/mapstructure v1.1.2
3837
github.com/mitchellh/reflectwalk v1.0.1
3938
github.com/pierrec/lz4 v2.0.5+incompatible
40-
github.com/zclconf/go-cty v1.2.1
41-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
39+
github.com/zclconf/go-cty v1.8.2
40+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
4241
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed
4342
google.golang.org/grpc v1.32.0
4443
)

0 commit comments

Comments
 (0)