summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMartin Atkins <mart@degeneration.co.uk>2017-09-11 15:38:42 -0700
committerMartin Atkins <mart@degeneration.co.uk>2017-09-11 15:38:42 -0700
commitc3ca111fff25b8babf9eaff4d1b348be3767e926 (patch)
tree09c30d116134ea272b939fcbf407f977fabcf8d6 /cmd
parent523939034f6b07dcd1871a3ccbe2466dcc9688fd (diff)
Adjust import paths for hashicorp/hcl2 repo
This begins 'the great fork' of zcl to HCL.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/zclfmt/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/zclfmt/main.go b/cmd/zclfmt/main.go
index fdaebba..6ccff3d 100644
--- a/cmd/zclfmt/main.go
+++ b/cmd/zclfmt/main.go
@@ -9,9 +9,9 @@ import (
"os"
"strings"
- "github.com/zclconf/go-zcl/zcl"
- "github.com/zclconf/go-zcl/zclparse"
- "github.com/zclconf/go-zcl/zclwrite"
+ "github.com/hashicorp/hcl2/zcl"
+ "github.com/hashicorp/hcl2/zclparse"
+ "github.com/hashicorp/hcl2/zclwrite"
"golang.org/x/crypto/ssh/terminal"
)