Skip to content

Commit 0005d22

Browse files
committed
Update main.go and go mod.
1 parent 9fe6e6e commit 0005d22

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.dll
55
*.so
66
*.dylib
7+
terraform-provider-deploygate
78

89
# Test binary, built with `go test -c`
910
*.test

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ module terraform-provider-deploygate
22

33
go 1.15
44

5-
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
5+
require (
6+
github.com/ajg/form v1.5.1 // indirect
7+
github.com/aws/aws-sdk-go v1.25.3
8+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
9+
github.com/recruit-mp/go-deploygate v0.0.0-20161124091054-af415c893ce8
10+
)

0 commit comments

Comments
 (0)