mirror of
https://github.com/SwingbyProtocol/tss-lib.git
synced 2026-01-08 21:37:55 -05:00
34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/binance-chain/tss-lib
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
|
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.2
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/ipfs/go-log/v2 v2.5.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/otiai10/primes v0.0.0-20210501021515-f1b2be525a11
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/ipfs/go-log v1.0.5
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.20.0 // indirect
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|
|
|
|
replace github.com/agl/ed25519 => github.com/SwingbyProtocol/edwards25519 v0.0.0-20200305024217-f36fc4b53d43
|