diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-07 13:59:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 13:59:47 +0100 |
commit | c351e73107972e29d2b2635b89eb76af38802159 (patch) | |
tree | a4dff94b0b376de3a1c3d01ac98b863e5f985e90 /go.mod | |
parent | a482857ac837dfe62c51ca0ebbb9d458f4c09058 (diff) | |
parent | e4a39741f07df4cf3fc21a47e71beec57a9d0ceb (diff) | |
download | git-bug-c351e73107972e29d2b2635b89eb76af38802159.tar.gz |
Merge pull request #311 from MichaelMure/dependabot/go_modules/github.com/pkg/errors-0.9.1
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.12 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e |