Skip to content

Commit

Permalink
bump terraform-exec to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Apr 23, 2021
1 parent aeeb59e commit e85ac5b
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 49 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@ require (
github.com/go-test/deep v1.0.3
github.com/golang/mock v1.4.3
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.5.2
github.com/google/go-cmp v0.5.5
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-getter v1.5.0 // indirect
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v1.4.0
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform-exec v0.13.0
github.com/hashicorp/terraform-json v0.8.0
github.com/hashicorp/terraform-exec v0.13.3
github.com/hashicorp/terraform-json v0.10.0
github.com/hashicorp/terraform-plugin-go v0.3.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
Expand All @@ -37,8 +36,8 @@ require (
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.1
github.com/pierrec/lz4 v2.0.5+incompatible
github.com/zclconf/go-cty v1.2.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
github.com/zclconf/go-cty v1.8.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed
google.golang.org/grpc v1.32.0
)
Loading

0 comments on commit e85ac5b

Please sign in to comment.