Update mock.go

This commit is contained in:
Adrien Delorme 2020-02-18 11:31:52 +01:00
parent 3c213e6eaf
commit 52e5b7051e
1 changed files with 1 additions and 2 deletions

View File

@ -6,12 +6,11 @@ import (
"context"
"time"
"github.com/zclconf/go-cty/cty/json"
"github.com/hashicorp/hcl/v2/hcldec"
"github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
"github.com/zclconf/go-cty/cty"
"github.com/zclconf/go-cty/cty/json"
)
type NestedMockConfig struct {