aboutsummaryrefslogtreecommitdiff
path: root/cmd/vartan/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/vartan/parse.go')
-rw-r--r--cmd/vartan/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vartan/parse.go b/cmd/vartan/parse.go
index 192a9ab..2f06732 100644
--- a/cmd/vartan/parse.go
+++ b/cmd/vartan/parse.go
@@ -8,7 +8,7 @@ import (
"strings"
"github.com/nihei9/vartan/driver"
- "github.com/nihei9/vartan/spec"
+ spec "github.com/nihei9/vartan/spec/grammar"
"github.com/spf13/cobra"
)