Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet authored and minamijoyo committed Apr 28, 2019
1 parent 94d4cb1 commit 751d7d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion formatter/json/nested_block.go
@@ -1,7 +1,7 @@
package json

import (
"github.com/hashicorp/terraform/config/configschema"
"github.com/hashicorp/terraform/configs/configschema"
"github.com/minamijoyo/tfschema/tfschema"
)

Expand Down
2 changes: 1 addition & 1 deletion tfschema/attribute.go
@@ -1,7 +1,7 @@
package tfschema

import (
"github.com/hashicorp/terraform/config/configschema"
"github.com/hashicorp/terraform/configs/configschema"
)

// Attribute is wrapper for configschema.Attribute.
Expand Down
2 changes: 1 addition & 1 deletion tfschema/block.go
@@ -1,7 +1,7 @@
package tfschema

import (
"github.com/hashicorp/terraform/config/configschema"
"github.com/hashicorp/terraform/configs/configschema"
)

// Block is wrapper for configschema.Block.
Expand Down
2 changes: 1 addition & 1 deletion tfschema/nested_block.go
@@ -1,7 +1,7 @@
package tfschema

import (
"github.com/hashicorp/terraform/config/configschema"
"github.com/hashicorp/terraform/configs/configschema"
)

// NestedBlock is wrapper for configschema.NestedBlock
Expand Down

0 comments on commit 751d7d8

Please sign in to comment.