mirror of
https://github.com/SwingbyProtocol/tss-lib.git
synced 2026-04-23 03:00:36 -04:00
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/binance-chain/tss-lib
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Workiva/go-datastructures v1.0.52
|
|
github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
|
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.0
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/ipfs/go-log v1.0.4
|
|
github.com/ipfs/go-log/v2 v2.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/otiai10/mint v1.3.1 // indirect
|
|
github.com/otiai10/primes v0.0.0-20180210170552-f6d2a1ba97c4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
go.uber.org/zap v1.15.0 // indirect
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/text v0.3.0
|
|
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
|
|
)
|
|
|
|
replace github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43
|