Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod: Upgrade 'tfdocs' to last version #69

Merged
merged 1 commit into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- Support incoming connection without source node for AWS
([Issue #5](https://github.com/cycloidio/inframap/issues/5))

### Changed

- `tfdocs` version upgraded
([PR #69](https://github.com/cycloidio/inframap/pull/69))

## [0.3.3] _2020-10-22_

### Changed
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/apparentlymart/go-versions v1.0.1 // indirect
github.com/awalterschulze/gographviz v2.0.2-0.20200810082452-794ba2878b95+incompatible
github.com/chr4/pwgen v1.1.0
github.com/cycloidio/tfdocs v0.0.0-20200805131448-32ff4af35250
github.com/cycloidio/tfdocs v0.0.0-20201106154358-49ea9e6f45e4
github.com/dmarkham/enumer v1.5.1
github.com/fatih/color v1.9.0 // indirect
github.com/gobuffalo/here v0.6.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cycloidio/tfdocs v0.0.0-20200805131448-32ff4af35250 h1:T0dZg+oj+hr+nFEAdxiwJl2VmJ6FFWWI4WJswE0GbmU=
github.com/cycloidio/tfdocs v0.0.0-20200805131448-32ff4af35250/go.mod h1:FKvkOvkwOg6hl3uyCnNbLiANc6BMD/ljQAU8Nf8/X8E=
github.com/cycloidio/tfdocs v0.0.0-20201106154358-49ea9e6f45e4 h1:MaRqoSVnOhK9aDUXHbpPlwUXDph4cJEKGkwXbfYuJ0M=
github.com/cycloidio/tfdocs v0.0.0-20201106154358-49ea9e6f45e4/go.mod h1:FKvkOvkwOg6hl3uyCnNbLiANc6BMD/ljQAU8Nf8/X8E=
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down