Skip to content

Commit

Permalink
Upgrade to terraform 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Huttmann authored and Tamás Michelberger committed Jul 1, 2019
1 parent d040462 commit c52aab6
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 21 deletions.
23 changes: 2 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
module github.com/sspinc/terraform-provider-credstash

require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.15.55
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 // indirect
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
github.com/hashicorp/go-plugin v0.0.0-20181004024435-314501b665e0 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/hashicorp/go-version v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.19.18
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.11.8
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.4 // indirect
github.com/zclconf/go-cty v0.0.0-20181011210859-1f835aab79c2 // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
github.com/hashicorp/terraform v0.12.2
)
Loading

0 comments on commit c52aab6

Please sign in to comment.