diff options
| author | Alex Flint <[email protected]> | 2022-01-05 10:02:04 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-05 10:02:04 -0500 |
| commit | d3706100bf0cfef2b8f6f9119889541c302d72d1 (patch) | |
| tree | c502707277ff40aaba7f0cb17fdb88a7dd5d996a /go.mod | |
| parent | bf32f082479c88da7bcf4c4765a70e3a357d9dfc (diff) | |
| parent | 25d4d1c864ef31ab33b1803d32b76ce9248395d4 (diff) | |
Merge pull request #173 from GreyXor/master
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 |
