diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-21 18:49:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 18:49:11 +0800 |
commit | 72c2d6ab7056cf13f4fa311cb76558fa183cd5f4 (patch) | |
tree | 5e794bfffd50bb816344153ae46d141fbd03423f /go.mod | |
parent | 70ff8d787a56f0417fd6c9db76905f5f6904bf0f (diff) |
mod: bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#6867)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ require ( github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.2.0 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.7.1 github.com/unknwon/cae v1.0.2 github.com/unknwon/com v1.0.1 github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6 |