Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82ea13c

Browse files
committed
fix imports
1 parent c3bae1c commit 82ea13c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

provisioner/terraform/serve.go

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ import (
44
"context"
55
"path/filepath"
66

7+
"github.com/cli/safeexec"
78
"github.com/hashicorp/go-version"
9+
"github.com/hashicorp/hc-install/product"
10+
"github.com/hashicorp/hc-install/releases"
811
"golang.org/x/xerrors"
912

1013
"cdr.dev/slog"
11-
12-
"github.com/cli/safeexec"
13-
1414
"github.com/coder/coder/provisionersdk"
15-
16-
"github.com/hashicorp/hc-install/product"
17-
"github.com/hashicorp/hc-install/releases"
1815
)
1916

2017
var (

0 commit comments

Comments
 (0)