-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
39 lines (35 loc) · 1.49 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/binance-chain/tss-lib
go 1.17
require (
github.com/agl/ed25519 v0.0.0-20200225211852-fd4d107ace12
github.com/btcsuite/btcd v0.22.0-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/otiai10/primes v0.0.0-20180210170552-f6d2a1ba97c4
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.25.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
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/opentracing/opentracing-go v1.1.0 // indirect
github.com/otiai10/mint v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
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/tools v0.0.0-20200616133436-c1934b75d054 // indirect
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