From 5a1abb25282ed35499ab5b4897f36da49c0f9b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Czapli=C5=84ski?= Date: Thu, 25 Oct 2018 17:28:26 +0200 Subject: initial sketch of Enter-driven execution --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3