Skip to content

Commit

Permalink
mod: Update Terraform to version 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Mar 25, 2021
1 parent ae90f6f commit 13cdd5c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

### Changed

- Terraform version from 0.14.8 to 0.14.9
([PR #114](https://github.com/cycloidio/inframap/pull/122))

## [0.6.1] _2021-03-12_

### Changed
Expand Down
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/chr4/pwgen v1.1.0
github.com/cycloidio/tfdocs v0.0.0-20201106154358-49ea9e6f45e4
github.com/cycloidio/tfdocs v0.0.0-20210325124514-48185a336974
github.com/dmarkham/enumer v1.5.2
github.com/fatih/color v1.9.0 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/hcl/v2 v2.9.1
github.com/hashicorp/terraform v0.14.8
github.com/hashicorp/terraform v0.14.9
github.com/markbates/pkger v0.17.1
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/copystructure v1.1.1 // indirect
Expand All @@ -30,12 +29,12 @@ require (
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
github.com/zclconf/go-cty v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 // indirect
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
golang.org/x/tools v0.1.0
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
Expand Down
Loading

0 comments on commit 13cdd5c

Please # to comment.