From e24ae2ec882eef4b8d9f42177fd026d3db4bdb73 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Wed, 23 Oct 2019 22:27:02 +0300 Subject: reproduce sub command bug --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index fef0c44..31521d1 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/posener/complete require github.com/hashicorp/go-multierror v1.0.0 + +go 1.13 -- cgit v1.2.3