Skip to content

Commit d3064c9

Browse files
authored
Merge pull request #4 from DrFaust92/bump
bump deps
2 parents 7abe395 + 31d8146 commit d3064c9

File tree

3 files changed

+113
-64
lines changed

3 files changed

+113
-64
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ secrets.env
1010
# ignore some things terraform could produce in the examples
1111
.terraform
1212
terraform.tfstate*
13+
vendor

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ go 1.16
55
require (
66
github.com/aws/aws-sdk-go v1.28.5 // indirect
77
github.com/fatih/color v1.9.0 // indirect
8-
github.com/hashicorp/go-uuid v1.0.2 // indirect
9-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
8+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
109
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
1110
github.com/oklog/run v1.1.0 // indirect
1211
)

0 commit comments

Comments
 (0)