commit | 8e1d69b52a2b874422b64a0575f2c24436b9efc6 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Aug 12 17:38:49 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Aug 12 17:38:49 2021 +0200 |
tree | fd17f11b7af5ffc27e173e409ef9bd61bc82a9fd | |
parent | 01912fc62aa5e559f5e96e715f21e5bc0492d3bc [diff] [blame] |
Introduced command line tool
diff --git a/go.mod b/go.mod index 9d677ca..6104f40 100644 --- a/go.mod +++ b/go.mod
@@ -3,6 +3,7 @@ go 1.16 require ( + github.com/alecthomas/kong v0.2.17 github.com/rs/zerolog v1.23.0 // indirect github.com/stretchr/testify v1.7.0 )