File tree Expand file tree Collapse file tree 5 files changed +7
-245
lines changed Expand file tree Collapse file tree 5 files changed +7
-245
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import (
11
11
"github.com/hashicorp/go-oracle-terraform/compute"
12
12
"github.com/hashicorp/go-oracle-terraform/opc"
13
13
"github.com/hashicorp/hcl/v2/hcldec"
14
+ ocommon "github.com/hashicorp/packer-plugin-oracle/builder/common"
14
15
"github.com/hashicorp/packer-plugin-sdk/communicator"
15
16
"github.com/hashicorp/packer-plugin-sdk/multistep"
16
17
"github.com/hashicorp/packer-plugin-sdk/multistep/commonsteps"
17
18
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
18
- ocommon "github.com/hashicorp/packer/builder/oracle/common"
19
19
)
20
20
21
21
// BuilderId uniquely identifies the builder
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import (
7
7
"fmt"
8
8
9
9
"github.com/hashicorp/hcl/v2/hcldec"
10
+ ocommon "github.com/hashicorp/packer-plugin-oracle/builder/common"
10
11
"github.com/hashicorp/packer-plugin-sdk/communicator"
11
12
"github.com/hashicorp/packer-plugin-sdk/multistep"
12
13
"github.com/hashicorp/packer-plugin-sdk/multistep/commonsteps"
13
14
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
14
- ocommon "github.com/hashicorp/packer/builder/oracle/common"
15
15
"github.com/oracle/oci-go-sdk/v36/core"
16
16
)
17
17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ go 1.16
4
4
5
5
require (
6
6
github.com/go-ini/ini v1.62.0
7
+ github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
7
8
github.com/hashicorp/go-cleanhttp v0.5.2
8
9
github.com/hashicorp/go-oracle-terraform v0.17.0
9
10
github.com/hashicorp/hcl/v2 v2.9.1
10
- github.com/hashicorp/packer v1.7.2
11
11
github.com/hashicorp/packer-plugin-sdk v0.2.0
12
12
github.com/oracle/oci-go-sdk/v36 v36.2.0
13
+ github.com/smartystreets/goconvey v1.6.4 // indirect
14
+ github.com/stretchr/objx v0.3.0 // indirect
13
15
github.com/stretchr/testify v1.7.0
14
16
github.com/zclconf/go-cty v1.8.1
15
17
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
18
+ gopkg.in/ini.v1 v1.62.0 // indirect
19
+ gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516 // indirect
16
20
)
You can’t perform that action at this time.
0 commit comments