-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
68 lines (66 loc) · 3.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module github.com/Conscience/protocol
replace github.com/libgit2/git2go => ./vendor/github.com/libgit2/git2go
require (
github.com/BurntSushi/toml v0.3.1
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
github.com/aclements/go-rabin v0.0.0-20170911142644-d0b643ea1a4c
github.com/allegro/bigcache v1.2.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20190607111240-52c2a7864a08 // indirect
github.com/aws/aws-sdk-go v1.20.15 // indirect
github.com/brynbellomy/debugcharts v0.0.0-20180826220201-c3f57e57ea6f
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
github.com/bugsnag/bugsnag-go v1.4.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20180815000130-e05b657120a6
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/elastic/gosigar v0.10.4 // indirect
github.com/ethereum/go-ethereum v1.9.0
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
github.com/git-lfs/git-lfs v0.0.0-20190228200031-78645419de54
github.com/git-lfs/wildmatch v1.0.2
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.3.1
github.com/ijc25/Gotty v0.0.0-20170406111628-a8b993ba6abd
github.com/ipfs/go-cid v0.0.1
github.com/ipfs/go-datastore v0.0.2
github.com/karalabe/usb v0.0.0-20190703133951-9be757f914c0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/libgit2/git2go v0.0.0-20190215132637-bf1e8a433882
github.com/libp2p/go-libp2p v0.0.1
github.com/libp2p/go-libp2p-crypto v0.0.1
github.com/libp2p/go-libp2p-host v0.0.1
github.com/libp2p/go-libp2p-kad-dht v0.0.3
github.com/libp2p/go-libp2p-kbucket v0.1.0
github.com/libp2p/go-libp2p-metrics v0.0.1
github.com/libp2p/go-libp2p-net v0.0.1
github.com/libp2p/go-libp2p-peer v0.0.1
github.com/libp2p/go-libp2p-peerstore v0.0.1
github.com/libp2p/go-libp2p-protocol v0.0.1
github.com/lunixbochs/struc v0.0.0-20180408203800-02e4c2afbb2a
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/multiformats/go-multiaddr v0.0.1
github.com/multiformats/go-multihash v0.0.1
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/tsdb v0.9.1 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
github.com/sirupsen/logrus v1.2.0
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/tyler-smith/go-bip39 v1.0.0
github.com/urfave/cli v1.20.0
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7
google.golang.org/genproto v0.0.0-20180831171423-11092d34479b // indirect
google.golang.org/grpc v1.17.0
gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
)