Skip to content

Bump the production-dependencies group with 3 updates - #38

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/production-dependencies-00d3f56a85
Open

Bump the production-dependencies group with 3 updates#38
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/production-dependencies-00d3f56a85

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 3 updates: github.com/pkg/errors, github.com/trustwallet/go-primitives and golang.org/x/crypto.

Updates 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

Updates github.com/trustwallet/go-primitives from 0.1.47 to 0.2.5

Release notes

Sourced from github.com/trustwallet/go-primitives's releases.

v0.2.5

What's Changed

Full Changelog: trustwallet/go-primitives@v0.2.4...v0.2.5

v0.2.4

What's Changed

Full Changelog: trustwallet/go-primitives@v0.2.3...v0.2.4

v0.2.3

What's Changed

Full Changelog: trustwallet/go-primitives@v0.2.2...v0.2.3

v0.2.2

What's Changed

New Contributors

Full Changelog: trustwallet/go-primitives@v0.2.1...v0.2.2

Add Plasma network

v0.2.1

  • Added Plasma network support

v0.2.0

Changes

  • Introduce new field ChainID for Coin model. The field is sourced from https://chainlist.org and follow EIP155 standard
Commits

Updates golang.org/x/crypto from 0.1.0 to 0.48.0

Commits
  • e08b067 go.mod: update golang.org/x dependencies
  • 7d0074c scrypt: fix panic on parameters <= 0
  • 506e022 go.mod: update golang.org/x dependencies
  • 7dacc38 chacha20poly1305: error out in fips140=only mode
  • 19acf81 go.mod: update golang.org/x dependencies
  • 3a1c6b4 x509roots/fallback: update bundle
  • f4602e4 ssh/agent: fix flaky test by ensuring a writeable home directory
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [github.com/pkg/errors](https://github.com/pkg/errors), [github.com/trustwallet/go-primitives](https://github.com/trustwallet/go-primitives) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `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)

Updates `github.com/trustwallet/go-primitives` from 0.1.47 to 0.2.5
- [Release notes](https://github.com/trustwallet/go-primitives/releases)
- [Commits](trustwallet/go-primitives@v0.1.47...v0.2.5)

Updates `golang.org/x/crypto` from 0.1.0 to 0.48.0
- [Commits](golang/crypto@v0.1.0...v0.48.0)

---
updated-dependencies:
- dependency-name: github.com/pkg/errors
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/trustwallet/go-primitives
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 13, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants