summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8e261a0..b6ab710 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/posener/complete/v2
require (
github.com/hashicorp/go-multierror v1.0.0
- github.com/posener/script v1.0.3
+ github.com/posener/script v1.0.4
github.com/stretchr/testify v1.4.0
)