diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-01 22:56:51 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-08-01 22:56:51 +0900 |
commit | 1fe733f82dd9ed2a3bf48a7d8fe8c9e0ee8a3965 (patch) | |
tree | ddb17e5a9726110ab485a79fccd1ecbcb53e0fca /go.mod | |
parent | Write terminals to a description file (diff) | |
download | cotia-1fe733f82dd9ed2a3bf48a7d8fe8c9e0ee8a3965.tar.gz cotia-1fe733f82dd9ed2a3bf48a7d8fe8c9e0ee8a3965.tar.xz |
Use maleeni v0.3.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.2.0 + github.com/nihei9/maleeni v0.3.0 github.com/spf13/cobra v1.1.3 ) |