From 0baa69676ca83dbb4fe7241478a6ecf6c85418a9 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Thu, 22 Jul 2021 20:30:23 +0900 Subject: Add literal pattern syntax and change tree structure syntax - Literal patterns don't interpret the special characters of regular expressions. In other words, 'abc|def' matches only `abc|def`, not `abc` or `def`. - Change tree structure syntax from '(...) to #(...). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3e16f7d..ef68d09 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/nihei9/vartan go 1.16 require ( - github.com/nihei9/maleeni v0.1.0 + github.com/nihei9/maleeni v0.2.0 github.com/spf13/cobra v1.1.3 ) -- cgit v1.2.3