Skip to content

Commit e85ac5b

Browse files
committed
bump terraform-exec to 0.13.3
1 parent aeeb59e commit e85ac5b

File tree

2 files changed

+81
-49
lines changed

2 files changed

+81
-49
lines changed

go.mod

+7-8
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)