|
1 | | -module github.com/bnb-chain/tss-lib/v2 |
| 1 | +module github.com/gojuukaze/tss-lib/v2 |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12 |
7 | | - github.com/btcsuite/btcd v0.23.4 |
8 | | - github.com/btcsuite/btcd/btcec/v2 v2.3.2 |
9 | | - github.com/btcsuite/btcutil v1.0.2 |
| 7 | + github.com/bnb-chain/tss-lib/v2 v2.0.2 |
| 8 | + github.com/btcsuite/btcd v0.24.2 |
| 9 | + github.com/btcsuite/btcd/btcec/v2 v2.3.4 |
| 10 | + github.com/btcsuite/btcd/btcutil v1.1.5 |
10 | 11 | github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 |
11 | 12 | github.com/hashicorp/go-multierror v1.1.1 |
12 | 13 | github.com/ipfs/go-log v1.0.5 |
13 | | - github.com/otiai10/primes v0.0.0-20210501021515-f1b2be525a11 |
| 14 | + github.com/otiai10/primes v0.4.0 |
14 | 15 | github.com/pkg/errors v0.9.1 |
15 | | - github.com/stretchr/testify v1.8.4 |
16 | | - golang.org/x/crypto v0.13.0 |
17 | | - google.golang.org/protobuf v1.31.0 |
| 16 | + github.com/stretchr/testify v1.10.0 |
| 17 | + golang.org/x/crypto v0.32.0 |
| 18 | + google.golang.org/protobuf v1.36.3 |
| 19 | +) |
| 20 | + |
| 21 | +require ( |
| 22 | + github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect |
| 23 | + github.com/btcsuite/btcutil v1.0.2 // indirect |
| 24 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 25 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect |
| 26 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 27 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 28 | + github.com/ipfs/go-log/v2 v2.5.1 // indirect |
| 29 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 30 | + github.com/opentracing/opentracing-go v1.2.0 // indirect |
| 31 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 32 | + go.uber.org/multierr v1.11.0 // indirect |
| 33 | + go.uber.org/zap v1.27.0 // indirect |
| 34 | + golang.org/x/sys v0.29.0 // indirect |
| 35 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
18 | 36 | ) |
19 | 37 |
|
20 | 38 | replace github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43 |
0 commit comments