Skip to content

Commit

Permalink
nits: more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 21, 2024
1 parent 65672ec commit 38f1ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/importer-rest-api-specs/cmd/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ package cmd
import (
"flag"
"fmt"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform/schema"
"log"
"strings"

"github.com/hashicorp/go-hclog"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform/resources"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform/schema"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/models"
"github.com/hashicorp/pandora/tools/sdk/config/definitions"
"github.com/hashicorp/pandora/tools/sdk/resourcemanager"
Expand Down
4 changes: 2 additions & 2 deletions tools/importer-rest-api-specs/pipeline/run_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ package pipeline

import (
"fmt"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/dataapigeneratorjson"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform"
"os"
"path"
"sort"

"github.com/hashicorp/go-hclog"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/dataapigeneratorjson"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/discovery"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform"
"github.com/hashicorp/pandora/tools/importer-rest-api-specs/models"
)

Expand Down

0 comments on commit 38f1ae7

Please sign in to comment.