diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-19 10:29:39 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-19 10:29:39 +0900 |
commit | 07e7881d5f1dd913484e3a9fe34710ecbcd3370c (patch) | |
tree | 9b8e0ae3aee4dd69036aa0b37566eeac2e225202 /go.mod | |
parent | Add driver (diff) | |
download | cotia-07e7881d5f1dd913484e3a9fe34710ecbcd3370c.tar.gz cotia-07e7881d5f1dd913484e3a9fe34710ecbcd3370c.tar.xz |
Add CLI
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module github.com/nihei9/vartan go 1.16 -require github.com/nihei9/maleeni v0.1.0 +require ( + github.com/nihei9/maleeni v0.1.0 + github.com/spf13/cobra v1.1.3 +) |