Update testify dependency to 1.7.0

This commit is contained in:
GreyXor 2022-01-05 15:43:52 +01:00 committed by GitHub
parent bf32f08247
commit 3bf2a5e78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/alexflint/go-arg
require ( require (
github.com/alexflint/go-scalar v1.1.0 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 go 1.13