diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ module github.com/posener/complete/v2 require ( github.com/hashicorp/go-multierror v1.0.0 - github.com/posener/script v1.0.4 + github.com/posener/autogen v0.0.2 + github.com/posener/script v1.1.5 github.com/stretchr/testify v1.4.0 ) |
