Skip to content

Commit

Permalink
Update for terraform 0.12.26 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink authored Jun 9, 2020
1 parent 8f1926b commit bd75ed0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/camptocamp/terraboard
go 1.13

require (
github.com/aws/aws-sdk-go v1.26.6
github.com/aws/aws-sdk-go v1.30.12
github.com/denisenkom/go-mssqldb v0.0.0-20190820223206-44cdfe8d8ba9 // indirect
github.com/hashicorp/go-tfe v0.3.27
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/go-tfe v0.8.1
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.24
github.com/hashicorp/terraform v0.12.26
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/jinzhu/gorm v1.9.11
Expand All @@ -17,7 +18,6 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20191220142924-d4481acd189f // indirect
golang.org/x/tools v0.0.0-20200414032229-332987a829c3 // indirect
Expand Down
Loading

0 comments on commit bd75ed0

Please sign in to comment.