Skip to content

Commit

Permalink
update terraform dependencies & use new mondoo interface
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Nov 22, 2019
1 parent de57220 commit 0bf25a2
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 30 deletions.
10 changes: 6 additions & 4 deletions terraform-provisioner-mondoo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ require (
github.com/hashicorp/go-hclog v0.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.3
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/hashicorp/terraform v0.12.16
github.com/mitchellh/go-linereader v0.0.0-20190213213312-1b945b3263eb
github.com/mitchellh/mapstructure v1.1.2
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
github.com/rs/zerolog v1.11.0 // indirect
github.com/olekukonko/tablewriter v0.0.3 // indirect
github.com/psampaz/go-mod-outdated v0.5.0 // indirect
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
)

go 1.13
Loading

0 comments on commit 0bf25a2

Please sign in to comment.