diff options
| author | Eyal Posener <[email protected]> | 2019-10-23 22:46:40 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2019-10-23 22:49:48 +0300 |
| commit | f7264fe38585e1c6efe68ea27bc27747fc21cf84 (patch) | |
| tree | f2a8af9bf26cb8fca022da1246268969adc2d7ef /go.mod | |
| parent | e24ae2ec882eef4b8d9f42177fd026d3db4bdb73 (diff) | |
fix off-by-one error for sub command completion.
Fixes #97
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
