diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-03-30 21:25:40 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-03-30 21:35:12 +0900 |
commit | b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55 (patch) | |
tree | 32d16c248f238407df3a063f708fbc4a5d7f811c /go.mod | |
parent | Allow an alternative to have multiple directives (diff) | |
download | urubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.gz urubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.xz |
Upgrade maleeni to v0.6.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |