Skip to content

Commit 307009b

Browse files
committed
chore(deps): update all go dependencies
1 parent a9595cf commit 307009b

File tree

466 files changed

+25558
-39484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

466 files changed

+25558
-39484
lines changed

go.mod

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,57 @@ require (
66
github.com/BitBoxSwiss/bitbox02-api-go v0.0.0-20240531104813-fa7f932bdd38
77
github.com/BitBoxSwiss/block-client-go v0.0.0-20240516081043-0d604acd6519
88
github.com/btcsuite/btcd v0.24.0
9-
github.com/btcsuite/btcd/btcec/v2 v2.3.2
9+
github.com/btcsuite/btcd/btcec/v2 v2.3.3
1010
github.com/btcsuite/btcd/btcutil v1.1.5
1111
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
12-
github.com/ethereum/go-ethereum v1.13.4
12+
github.com/ethereum/go-ethereum v1.14.5
1313
github.com/flynn/noise v1.1.0
1414
github.com/gorilla/mux v1.8.1
15-
github.com/gorilla/websocket v1.5.1
15+
github.com/gorilla/websocket v1.5.2
1616
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52
1717
github.com/pkg/errors v0.9.1
1818
github.com/sirupsen/logrus v1.9.3
19-
github.com/skip2/go-qrcode v0.0.0-20170812161211-695fc75a0973
19+
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2020
github.com/stretchr/testify v1.9.0
21-
go.etcd.io/bbolt v1.3.9
22-
golang.org/x/crypto v0.21.0
23-
golang.org/x/net v0.21.0
21+
go.etcd.io/bbolt v1.3.10
22+
golang.org/x/crypto v0.24.0
23+
golang.org/x/net v0.26.0
2424
)
2525

2626
// TODO: remove once https://github.com/karalabe/hid/pull/52 is merged.
2727
replace github.com/karalabe/hid => github.com/benma/hid v0.0.0-20240312170000-f050ee197113
2828

2929
require (
30-
github.com/Microsoft/go-winio v0.6.1 // indirect
31-
github.com/StackExchange/wmi v1.2.1 // indirect
30+
github.com/Microsoft/go-winio v0.6.2 // indirect
3231
github.com/aead/siphash v1.0.1 // indirect
33-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
32+
github.com/bits-and-blooms/bitset v1.13.0 // indirect
3433
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
3534
github.com/cespare/cp v1.1.1 // indirect
3635
github.com/consensys/bavard v0.1.13 // indirect
3736
github.com/consensys/gnark-crypto v0.12.1 // indirect
38-
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
37+
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
3938
github.com/davecgh/go-spew v1.1.1 // indirect
40-
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
39+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
4140
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
42-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
43-
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
44-
github.com/fsnotify/fsnotify v1.6.0 // indirect
41+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
42+
github.com/ethereum/c-kzg-4844 v1.0.2 // indirect
43+
github.com/fsnotify/fsnotify v1.7.0 // indirect
4544
github.com/go-ole/go-ole v1.3.0 // indirect
46-
github.com/go-stack/stack v1.8.1 // indirect
47-
github.com/google/uuid v1.3.0 // indirect
45+
github.com/google/uuid v1.6.0 // indirect
4846
github.com/holiman/uint256 v1.2.4 // indirect
4947
github.com/kkdai/bstream v1.0.0 // indirect
5048
github.com/mmcloughlin/addchain v0.4.0 // indirect
5149
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
50+
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
5351
github.com/stretchr/objx v0.5.2 // indirect
54-
github.com/supranational/blst v0.3.11 // indirect
55-
github.com/tklauser/go-sysconf v0.3.12 // indirect
56-
github.com/tklauser/numcpus v0.6.1 // indirect
57-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
58-
golang.org/x/mod v0.14.0 // indirect
59-
golang.org/x/sync v0.5.0 // indirect
60-
golang.org/x/sys v0.18.0 // indirect
61-
golang.org/x/tools v0.15.0 // indirect
62-
google.golang.org/protobuf v1.32.0 // indirect
52+
github.com/supranational/blst v0.3.12 // indirect
53+
github.com/tklauser/go-sysconf v0.3.14 // indirect
54+
github.com/tklauser/numcpus v0.8.0 // indirect
55+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
56+
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
57+
golang.org/x/sync v0.7.0 // indirect
58+
golang.org/x/sys v0.21.0 // indirect
59+
google.golang.org/protobuf v1.34.1 // indirect
6360
gopkg.in/yaml.v3 v3.0.1 // indirect
6461
rsc.io/tmplfunc v0.0.3 // indirect
6562
)

go.sum

Lines changed: 105 additions & 73 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/.golangci.yml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/backup.go

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)