diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-14 05:03:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 05:03:55 +0000 |
commit | 308810c827ab4e4d3a8a1db07f07c0c061bd3900 (patch) | |
tree | 93fb93c9e7cd56f296fd35b73f2687a3c310ac5c /go.mod | |
parent | d3fc94a650f863245052c11b5fe346786fd04dcb (diff) | |
download | git-bug-308810c827ab4e4d3a8a1db07f07c0c061bd3900.tar.gz |
build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2
Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/go-errors/errors/releases)
- [Commits](https://github.com/go-errors/errors/compare/v1.0.1...v1.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/corpix/uarand v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.9.0 - github.com/go-errors/errors v1.0.1 + github.com/go-errors/errors v1.0.2 github.com/gorilla/mux v1.7.4 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428 |