Skip to content

Commit

Permalink
Merge pull request #4 from DrFaust92/bump
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
DrFaust92 authored Jan 28, 2022
2 parents 7abe395 + 31d8146 commit d3064c9
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ secrets.env
# ignore some things terraform could produce in the examples
.terraform
terraform.tfstate*
vendor
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ go 1.16
require (
github.com/aws/aws-sdk-go v1.28.5 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/oklog/run v1.1.0 // indirect
)
Loading

0 comments on commit d3064c9

Please sign in to comment.