Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Dec 12, 2022
1 parent 5b27ff2 commit 1f12d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/initwd/module_install.go
Expand Up @@ -4,14 +4,15 @@ import (
"context"
"errors"
"fmt"
"github.com/apparentlymart/go-versions/versions"
"log"
"os"
"path"
"path/filepath"
"strings"

"github.com/apparentlymart/go-versions/versions"
version "github.com/hashicorp/go-version"

"github.com/hashicorp/terraform-config-inspect/tfconfig"
"github.com/hashicorp/terraform/internal/addrs"
"github.com/hashicorp/terraform/internal/earlyconfig"
Expand Down

0 comments on commit 1f12d16

Please sign in to comment.