summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-10-25 17:28:26 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-10-25 17:28:26 +0200
commit5a1abb25282ed35499ab5b4897f36da49c0f9b5d (patch)
treee9e5c6475f8ac0ff83a2939317555460ef8482fe /go.mod
parent5bb81d216865514df0f864d89edb04bb4906ebb5 (diff)
initial sketch of Enter-driven execution
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 01099d1..ecbfe90 100644
--- a/go.mod
+++ b/go.mod
@@ -6,5 +6,6 @@ require (
github.com/lucasb-eyer/go-colorful v0.0.0-20170903184257-231272389856
github.com/mattn/go-isatty v0.0.3
github.com/mattn/go-runewidth v0.0.2
+ github.com/spf13/pflag v1.0.3
golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38
)