diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-31 17:55:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 17:55:33 +0800 |
commit | 5b8ed0add98ae951eb4f6821468a1c304c7a56b0 (patch) | |
tree | 0a94d588194041fda37d9270a216f51ad8123041 /go.mod | |
parent | fd7931cd2b406134b482f7566e46b30092036799 (diff) |
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#6047)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.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
@@ -40,7 +40,7 @@ require ( github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/niklasfasching/go-org v0.1.9 github.com/olekukonko/tablewriter v0.0.1 // indirect - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.2.0 github.com/prometheus/client_golang v1.5.1 github.com/russross/blackfriday v1.5.2 |