diff options
| author | GreyXor <[email protected]> | 2022-01-05 15:43:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-05 15:43:52 +0100 |
| commit | 3bf2a5e78a6867e1d69e0da4e924d964fb5bef1b (patch) | |
| tree | ad6eacde32f34e663c81a2ecee849b56997af73b /go.mod | |
| parent | bf32f082479c88da7bcf4c4765a70e3a357d9dfc (diff) | |
Update testify dependency to 1.7.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
