1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-08 22:16:34 +02:00

chore(deps): bump github.com/pkg/errors from 0.8.0 to 0.9.1 (#345)

Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.0...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>
Co-authored-by: Andy Grunwald <andygrunwald@gmail.com>
This commit is contained in:
dependabot-preview[bot]
2021-02-08 18:59:12 +01:00
committed by GitHub
parent 744cbf2b47
commit 437128ac42
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/fatih/structs v1.1.0
github.com/google/go-cmp v0.5.4
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/pkg/errors v0.8.0
github.com/pkg/errors v0.9.1
github.com/trivago/tgo v1.0.7
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)