ran gofmt
This commit is contained in:
parent
68ad75e139
commit
657145a852
@ -6,9 +6,9 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/hashicorp/packer-plugin-sdk/common"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/multistep"
|
"github.com/hashicorp/packer-plugin-sdk/multistep"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/common"
|
|
||||||
xenapi "github.com/terra-farm/go-xen-api-client"
|
xenapi "github.com/terra-farm/go-xen-api-client"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@ package common
|
|||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/hashicorp/packer-plugin-sdk/common"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/communicator"
|
"github.com/hashicorp/packer-plugin-sdk/communicator"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -12,9 +12,9 @@ import (
|
|||||||
"github.com/hashicorp/packer-plugin-sdk/communicator"
|
"github.com/hashicorp/packer-plugin-sdk/communicator"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/multistep"
|
"github.com/hashicorp/packer-plugin-sdk/multistep"
|
||||||
commonsteps "github.com/hashicorp/packer-plugin-sdk/multistep/commonsteps"
|
commonsteps "github.com/hashicorp/packer-plugin-sdk/multistep/commonsteps"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
|
||||||
"github.com/hashicorp/packer-plugin-sdk/packer"
|
"github.com/hashicorp/packer-plugin-sdk/packer"
|
||||||
hconfig "github.com/hashicorp/packer-plugin-sdk/template/config"
|
hconfig "github.com/hashicorp/packer-plugin-sdk/template/config"
|
||||||
|
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
|
||||||
xsclient "github.com/terra-farm/go-xen-api-client"
|
xsclient "github.com/terra-farm/go-xen-api-client"
|
||||||
xscommon "github.com/xenserver/packer-builder-xenserver/builder/xenserver/common"
|
xscommon "github.com/xenserver/packer-builder-xenserver/builder/xenserver/common"
|
||||||
)
|
)
|
||||||
|
1
main.go
1
main.go
@ -10,6 +10,7 @@ import (
|
|||||||
"github.com/hashicorp/packer-plugin-sdk/plugin"
|
"github.com/hashicorp/packer-plugin-sdk/plugin"
|
||||||
"github.com/hashicorp/packer-plugin-sdk/version"
|
"github.com/hashicorp/packer-plugin-sdk/version"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the main version number that is being run at the moment.
|
// Version is the main version number that is being run at the moment.
|
||||||
Version = "0.3.0"
|
Version = "0.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user