diff options
Diffstat (limited to 'ext/dynblock/variables_hcldec.go')
| -rw-r--r-- | ext/dynblock/variables_hcldec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dynblock/variables_hcldec.go b/ext/dynblock/variables_hcldec.go index ec3588f..907ef3e 100644 --- a/ext/dynblock/variables_hcldec.go +++ b/ext/dynblock/variables_hcldec.go @@ -1,7 +1,7 @@ package dynblock import ( - "github.com/hashicorp/hcl/v2/hcl" + "github.com/hashicorp/hcl/v2" "github.com/hashicorp/hcl/v2/hcldec" ) |
