This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
31 lines (28 loc) · 1.29 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
module github.com/keep-network/keep-ecdsa
go 1.16
replace (
github.com/BurntSushi/toml => github.com/keep-network/toml v0.3.0
github.com/blockcypher/gobcy => github.com/keep-network/gobcy v1.3.1
github.com/btcsuite/btcd => github.com/keep-network/btcd v0.0.0-20190427004231-96897255fd17
github.com/btcsuite/btcutil => github.com/keep-network/btcutil v0.0.0-20210527170813-e2ba6805a890
github.com/urfave/cli => github.com/keep-network/cli v1.20.0
github.com/binance-chain/tss-lib => github.com/keep-network/tss-lib v1.3.3-0.20220914135540-bf17762025bf // Branch: v1.3.4.keep
)
require (
github.com/BurntSushi/toml v0.3.1
github.com/binance-chain/tss-lib v1.3.1
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/celo-org/celo-blockchain v0.0.0-20210222234634-f8c8f6744526
github.com/ethereum/go-ethereum v1.10.8
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.4
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
github.com/ipfs/go-log v1.0.4
github.com/keep-network/keep-common v1.7.1-0.20211012131917-7102d7b9c6a0
github.com/keep-network/keep-core v1.3.2-0.20211005093647-8e5d036364fa
github.com/keep-network/tbtc v1.1.1-0.20211005102550-e0f035c575a2
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.1
gotest.tools/v3 v3.0.3
)