diff options
| author | Eyal Posener <[email protected]> | 2020-05-10 06:04:42 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2020-05-10 06:04:42 +0300 |
| commit | 1f0264a9ce8ad116058a834e517808b767d9b34b (patch) | |
| tree | 2521a42e2facceb6488e6d236499a28f73983bf9 /go.mod | |
| parent | 0b15fb4d6eceeba7d3a44ee4f7add42559774c4b (diff) | |
Use autogen
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 ) |
