diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-30 00:25:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 00:25:12 +0800 |
commit | f0f3b8707bc0cf8afdea9f3d349ff45946f4eead (patch) | |
tree | 113797eb272737cd702c58dc56b2a3c5c4a7e811 /go.mod | |
parent | 045e1670a46c7f858e1974703eb7f4d6a40ed4e9 (diff) |
build(deps): bump github.com/sergi/go-diff from 1.0.0 to 1.1.0 (#6042)
Bumps [github.com/sergi/go-diff](https://github.com/sergi/go-diff) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/sergi/go-diff/releases)
- [Commits](https://github.com/sergi/go-diff/compare/v1.0.0...v1.1.0)
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
@@ -46,7 +46,7 @@ require ( github.com/russross/blackfriday v1.5.2 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect github.com/satori/go.uuid v1.2.0 - github.com/sergi/go-diff v1.0.0 + github.com/sergi/go-diff v1.1.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.5.1 |