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 8fb1508..67ac880 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/alexflint/go-arg
require (
github.com/alexflint/go-scalar v1.1.0
- github.com/stretchr/testify v1.2.2
+ github.com/stretchr/testify v1.7.0
)
go 1.13