We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe6e6e commit 0005d22Copy full SHA for 0005d22
.gitignore
@@ -4,6 +4,7 @@
4
*.dll
5
*.so
6
*.dylib
7
+terraform-provider-deploygate
8
9
# Test binary, built with `go test -c`
10
*.test
go.mod
@@ -2,4 +2,9 @@ module terraform-provider-deploygate
2
3
go 1.15
-require github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
+require (
+ github.com/ajg/form v1.5.1 // indirect
+ github.com/aws/aws-sdk-go v1.25.3
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.3.0
+ github.com/recruit-mp/go-deploygate v0.0.0-20161124091054-af415c893ce8
+)
0 commit comments