1
1
module github.com/BitBoxSwiss/bitbox-wallet-app
2
2
3
3
go 1.23
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/BitBoxSwiss/bitbox02-api-go v0.0.0-20250212204931-2b90fadfc774
@@ -9,7 +10,7 @@ require (
9
10
github.com/btcsuite/btcd/btcec/v2 v2.3.4
10
11
github.com/btcsuite/btcd/btcutil v1.1.6
11
12
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
12
- github.com/ethereum/go-ethereum v1.14.13
13
+ github.com/ethereum/go-ethereum v1.15.6
13
14
github.com/flynn/noise v1.1.0
14
15
github.com/gorilla/mux v1.8.1
15
16
github.com/gorilla/websocket v1.5.3
@@ -19,46 +20,46 @@ require (
19
20
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
20
21
github.com/stretchr/testify v1.10.0
21
22
go.etcd.io/bbolt v1.3.11
22
- golang.org/x/crypto v0.32 .0
23
+ golang.org/x/crypto v0.35 .0
23
24
golang.org/x/mobile v0.0.0-20240716161057-1ad2df20a8b6
24
- golang.org/x/net v0.34 .0
25
+ golang.org/x/net v0.36 .0
25
26
golang.org/x/time v0.10.0
26
27
)
27
28
28
29
require (
29
30
github.com/Microsoft/go-winio v0.6.2 // indirect
30
31
github.com/aead/siphash v1.0.1 // indirect
31
- github.com/bits-and-blooms/bitset v1.13 .0 // indirect
32
+ github.com/bits-and-blooms/bitset v1.17 .0 // indirect
32
33
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
33
34
github.com/cespare/cp v1.1.1 // indirect
34
- github.com/consensys/bavard v0.1.13 // indirect
35
- github.com/consensys/gnark-crypto v0.13 .0 // indirect
36
- github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
35
+ github.com/consensys/bavard v0.1.22 // indirect
36
+ github.com/consensys/gnark-crypto v0.14 .0 // indirect
37
+ github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
37
38
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
38
39
github.com/davecgh/go-spew v1.1.1 // indirect
39
40
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
40
41
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
41
42
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
42
43
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
43
- github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
44
+ github.com/ethereum/go-verkle v0.2.2 // indirect
44
45
github.com/fsnotify/fsnotify v1.7.0 // indirect
45
46
github.com/go-ole/go-ole v1.3.0 // indirect
46
47
github.com/google/uuid v1.6.0 // indirect
47
- github.com/holiman/uint256 v1.3.1 // indirect
48
+ github.com/holiman/uint256 v1.3.2 // indirect
48
49
github.com/kkdai/bstream v1.0.0 // indirect
49
50
github.com/mmcloughlin/addchain v0.4.0 // indirect
50
51
github.com/pmezard/go-difflib v1.0.0 // indirect
51
52
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
52
53
github.com/stretchr/objx v0.5.2 // indirect
53
- github.com/supranational/blst v0.3.13 // indirect
54
+ github.com/supranational/blst v0.3.14 // indirect
54
55
github.com/tklauser/go-sysconf v0.3.14 // indirect
55
56
github.com/tklauser/numcpus v0.8.0 // indirect
56
57
github.com/yusufpapurcu/wmi v1.2.4 // indirect
57
58
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
58
- golang.org/x/mod v0.19 .0 // indirect
59
- golang.org/x/sync v0.7 .0 // indirect
60
- golang.org/x/sys v0.29 .0 // indirect
61
- golang.org/x/tools v0.23 .0 // indirect
59
+ golang.org/x/mod v0.22 .0 // indirect
60
+ golang.org/x/sync v0.11 .0 // indirect
61
+ golang.org/x/sys v0.30 .0 // indirect
62
+ golang.org/x/tools v0.29 .0 // indirect
62
63
google.golang.org/protobuf v1.34.2 // indirect
63
64
gopkg.in/yaml.v3 v3.0.1 // indirect
64
65
rsc.io/tmplfunc v0.0.3 // indirect
0 commit comments