aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-03-30 21:25:40 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-03-30 21:35:12 +0900
commitb565c7ddb7cbbf2ccfb8653c9a77140d83e02c55 (patch)
tree32d16c248f238407df3a063f708fbc4a5d7f811c /go.mod
parentAllow an alternative to have multiple directives (diff)
downloadurubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.gz
urubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.xz
Upgrade maleeni to v0.6.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0ffb9c8..874c384 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.5.1
+ github.com/nihei9/maleeni v0.6.0
github.com/spf13/cobra v1.1.3
)