diff options
| author | Eyal Posener <[email protected]> | 2019-11-23 12:14:56 +0200 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2019-11-23 12:14:56 +0200 |
| commit | ddaf561db38590cb729e3ee296fa18bbd7f798e6 (patch) | |
| tree | 87716e0bc205789c1c99a9f48b6521be28ed3868 /go.mod | |
| parent | 027a352502b0d034b538296206bdebe7b084ce44 (diff) | |
Install: use script library
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ module github.com/posener/complete/v2 require ( github.com/hashicorp/go-multierror v1.0.0 + github.com/posener/script v1.0.1 github.com/stretchr/testify v1.4.0 ) |
