diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 14:34:42 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 18:16:41 +0200 |
commit | 7c735cfa47853c88a53753173ccf56e364295f27 (patch) | |
tree | 8a9eaec4fdbc35ddfa0b371316d049e1ee9b291d /go.mod | |
parent | 80e82d1365343acdd54bca9e1c94dfe03b913600 (diff) | |
download | terraform-provider-mailgun-7c735cfa47853c88a53753173ccf56e364295f27.tar.gz terraform-provider-mailgun-7c735cfa47853c88a53753173ccf56e364295f27.tar.zst terraform-provider-mailgun-7c735cfa47853c88a53753173ccf56e364295f27.zip |
add travis, go.mod and vendor/ in order to have automatic testing
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ | |||
1 | module github.com/fretlink/terraform-provider-mailgun | ||
2 | |||
3 | require ( | ||
4 | github.com/hashicorp/terraform v0.12.3 | ||
5 | github.com/mailgun/mailgun-go/v3 v3.6.0 | ||
6 | ) | ||