Skip to content

Commit

Permalink
Update dependencies (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <[email protected]>
  • Loading branch information
yacovm authored Jun 11, 2024
1 parent 16b157e commit a83036a
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 69 deletions.
2 changes: 1 addition & 1 deletion test/binance/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func testScheme(t *testing.T, n int, signatureAlgorithms func([]*commLogger) (fu
var wg sync.WaitGroup
wg.Add(len(parties))

ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*5)
start := time.Now()
for _, p := range parties {
go func(p MpcParty) {
Expand Down
31 changes: 14 additions & 17 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/IBM/TSS/test
go 1.18

require (
github.com/IBM/TSS/mpc/binance/ecdsa v0.0.0-20230831100430-0b667a5e3f1c
github.com/IBM/TSS/mpc/binance/eddsa v0.0.0-20230831100430-0b667a5e3f1c
github.com/IBM/TSS/mpc/binance/ecdsa v0.0.0-20240611111247-16b157e568d0
github.com/IBM/TSS/mpc/binance/eddsa v0.0.0-20240611111247-16b157e568d0
github.com/IBM/TSS/mpc/bls v0.0.0-20230831100430-0b667a5e3f1c
github.com/IBM/TSS/mpc/ps v0.0.0-20230926080141-a58335329fb1
github.com/IBM/mathlib v0.0.3-0.20230831091907-c532c4d3b65c
Expand All @@ -13,42 +13,39 @@ require (
)

require (
github.com/bnb-chain/tss-lib/v2 v2.0.2 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.9.1 // indirect
github.com/hyperledger/fabric-amcl v0.0.0-20230602173724-9e02669dceb2 // indirect
github.com/ipfs/go-log/v2 v2.1.3 // indirect
github.com/kilic/bls12-381 v0.1.0 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

require (
github.com/IBM/TSS v0.0.0-20230829210007-7d14382e6520
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/bnb-chain/tss-lib v1.3.5 // indirect
github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12 // indirect
github.com/btcsuite/btcd v0.23.4 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.0 // indirect
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/ipfs/go-log v0.0.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/otiai10/primes v0.0.0-20180210170552-f6d2a1ba97c4 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/ipfs/go-log v1.0.5 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/otiai10/primes v0.0.0-20210501021515-f1b2be525a11 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit a83036a

Please sign in to comment.