Syntax check and fixing

This commit is contained in:
Sergey Shubin svs1370
2021-02-12 17:32:40 +03:00
parent c472e5ddbf
commit c928d996ed
28 changed files with 1001 additions and 1212 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/rudecs/terraform-provider-decort
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/hashicorp/terraform-plugin-sdk v1.16.0
github.com/sirupsen/logrus v1.7.0
)