Skip to content

build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 - #157

Merged
benma merged 1 commit into
masterfrom
dependabot/go_modules/github.com/pkg/errors-0.9.1
Jul 25, 2026
Merged

build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1#157
benma merged 1 commit into
masterfrom
dependabot/go_modules/github.com/pkg/errors-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 20, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/pkg/errors from 0.8.1 to 0.9.1.

Release notes

Sourced from github.com/pkg/errors's releases.

errors 0.9.1

pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #215 and many breaking changes was produced by that.

errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.

We tried to move into runtime.CallerFrames but this was not possible, you can show the explanation here: Issue 188.

The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.

Now you could use the methods, Is and As, and the Unwrap() interface like on the standard library.

The method Cause is now compatible with fmt.Errorf("%w", err) and with the Unwrap() interface.

On the same way the methods related with wrapping on this package now are compatible with Cause and Unwrap() interface.

Improvements

Bugs fixed

  • .travis.yml Adjust Go versions. Thanks @​komuw, @​aperezg
  • minor fix in an example to print Stack Trace. Thanks @​bep.
  • Remove not necessary code.
  • Clean up documentation. Thanks @​seh.
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 20, 2026
@benma

benma commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

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](pkg/errors@v0.8.1...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/pkg/errors
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/pkg/errors-0.9.1 branch from 00532ec to 83b8437 Compare July 25, 2026 04:30
@benma
benma merged commit bf037a2 into master Jul 25, 2026
6 checks passed
@benma
benma deleted the dependabot/go_modules/github.com/pkg/errors-0.9.1 branch July 25, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant