diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-27 22:13:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 22:13:42 +0800 |
commit | 870746791ae1cdbf644011d2fb9d292c1a4f7d4f (patch) | |
tree | 8befe1cbd75db8490793a4f0451d79a70072662c /go.mod | |
parent | 71edd615cec6432c0e9277eb966b55c9608e595b (diff) |
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5… (#6019)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require ( github.com/sergi/go-diff v1.0.0 github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 github.com/unknwon/cae v1.0.0 github.com/unknwon/com v1.0.1 github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6 |