-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
55 lines (52 loc) · 2.91 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/quorumcontrol/dgit
go 1.13
replace (
github.com/99designs/keyring => github.com/quorumcontrol/keyring v1.1.5-0.20200324201224-62c57642bc6f
github.com/NebulousLabs/go-skynet => github.com/quorumcontrol/go-skynet v0.0.0-20200312164139-76fb137005c8
github.com/go-critic/go-critic => github.com/go-critic/go-critic v0.4.0
github.com/go-git/go-git/v5 => github.com/quorumcontrol/go-git/v5 v5.0.1-0.20200406172056-231a188e4899
github.com/golangci/errcheck => github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
github.com/golangci/go-tools => github.com/golangci/go-tools v0.0.0-20190318060251-af6baa5dc196
github.com/golangci/gofmt => github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98
github.com/golangci/gosec => github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547
github.com/golangci/lint-1 => github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217
github.com/keybase/go-keychain => github.com/quorumcontrol/go-keychain v0.0.0-20200324182052-9544b7eee399
golang.org/x/xerrors => golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20190209190245-fbb59629db34
)
require (
github.com/99designs/keyring v1.1.4
github.com/NebulousLabs/go-skynet v0.0.0-20200306163948-8394a3e261ba
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20200409192631-afcb3fffc5ea // indirect
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.3
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git-fixtures/v4 v4.0.1
github.com/go-git/go-git/v5 v5.0.1-0.20200319142726-f6305131a06b
github.com/ipfs/go-bitswap v0.1.9-0.20191015150653-291b2674f1f1
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ds-flatfs v0.4.0
github.com/ipfs/go-ipfs-blockstore v0.1.0
github.com/ipfs/go-ipld-format v0.0.2
github.com/ipfs/go-log v1.0.2
github.com/manifoldco/promptui v0.7.0
github.com/quorumcontrol/chaintree v1.0.2-0.20200417190801-195827c9d506
github.com/quorumcontrol/messages/v2 v2.1.3-0.20200129115245-2bfec5177653
github.com/quorumcontrol/tupelo v0.6.2-0.20200420211245-9215312e288b
github.com/spf13/cobra v0.0.5
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.4.0
github.com/tyler-smith/go-bip39 v1.0.2
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.14.0
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 // indirect
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
golang.org/x/tools v0.0.0-20200226224502-204d844ad48d // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)