From f7264fe38585e1c6efe68ea27bc27747fc21cf84 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Wed, 23 Oct 2019 22:46:40 +0300 Subject: fix off-by-one error for sub command completion. Fixes #97 --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 31521d1..6d82a98 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,8 @@ module github.com/posener/complete -require github.com/hashicorp/go-multierror v1.0.0 +require ( + github.com/hashicorp/go-multierror v1.0.0 + github.com/stretchr/testify v1.4.0 +) go 1.13 -- cgit v1.2.3