summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b6ab710..763ee48 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)