Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Sep 18, 2019
1 parent f2efba4 commit 0824e55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"flag"
"fmt"
//backendLocal "github.com/hashicorp/terraform/backend/local"
"io/ioutil"
"log"
"os"
Expand All @@ -26,10 +25,10 @@ import (
"github.com/juliosueiras/terraform-lsp/helper"
"github.com/juliosueiras/terraform-lsp/tfstructs"
lsp "github.com/sourcegraph/go-lsp"
"github.com/zclconf/go-cty/cty"
//"github.com/zclconf/go-cty/cty"
//"github.com/hashicorp/hcl2/hcldec"
//"github.com/hashicorp/terraform/providers"
//"github.com/minamijoyo/tfschema/tfschema"p
//"github.com/minamijoyo/tfschema/tfschema"
)

var tempFile *os.File
Expand Down

0 comments on commit 0824e55

Please # to comment.