Skip to content

Commit 00532ec

Browse files
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
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>
1 parent 4661848 commit 00532ec

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ require (
77
github.com/btcsuite/btcd v0.24.2
88
github.com/btcsuite/btcd/btcec/v2 v2.3.3
99
github.com/btcsuite/btcd/btcutil v1.1.6
10+
github.com/btcsuite/btcd/btcutil/psbt v1.1.10
1011
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
12+
github.com/davecgh/go-spew v1.1.1
1113
github.com/flynn/noise v1.1.0
1214
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
13-
github.com/pkg/errors v0.8.1
15+
github.com/pkg/errors v0.9.1
1416
github.com/stretchr/testify v1.9.0
1517
golang.org/x/crypto v0.27.0
1618
google.golang.org/protobuf v1.33.0
1719
)
1820

1921
require (
20-
github.com/btcsuite/btcd/btcutil/psbt v1.1.10 // indirect
2122
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
22-
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
2424
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2525
github.com/pmezard/go-difflib v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5
8181
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
8282
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
8383
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
84-
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
85-
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
84+
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
85+
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8686
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
8787
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
8888
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)