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