aboutsummaryrefslogtreecommitdiff
path: root/grammar/lexical/parser/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/lexical/parser/parser.go')
-rw-r--r--grammar/lexical/parser/parser.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/lexical/parser/parser.go b/grammar/lexical/parser/parser.go
index 89362b8..d1a08a2 100644
--- a/grammar/lexical/parser/parser.go
+++ b/grammar/lexical/parser/parser.go
@@ -6,8 +6,8 @@ import (
"io"
"strconv"
- spec "github.com/nihei9/vartan/spec/grammar"
- "github.com/nihei9/vartan/ucd"
+ spec "spec/grammar"
+ "ucd"
)
type PatternEntry struct {