Skip to content

Commit

Permalink
Bump github.com/pkg/errors from 0.7.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.7.0 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](pkg/errors@v0.7.0...v0.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent 7e0badb commit 546dbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/ktr0731/dependabot-playground

go 1.16

require github.com/pkg/errors v0.7.0
require github.com/pkg/errors v0.9.1
4 changes: 2 additions & 2 deletions go.sum
@@ -1,2 +1,2 @@
github.com/pkg/errors v0.7.0 h1:WLW8U1O88/efNaH7+8C+KBNkZRGD+WCmNlC0b06x/Ig=
github.com/pkg/errors v0.7.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit 546dbea

Please sign in to comment.