go.mod 5.54 KB
Newer Older
Jakub Sztandera's avatar
Jakub Sztandera committed
1 2 3 4 5
module github.com/ipfs/go-ipfs

require (
	bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
	github.com/Kubuxu/go-os-helper v0.0.1
6
	github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
Jakub Sztandera's avatar
Jakub Sztandera committed
7 8 9 10 11
	github.com/blang/semver v3.5.1+incompatible
	github.com/bren2010/proquint v0.0.0-20160323162903-38337c27106d
	github.com/cenkalti/backoff v2.1.1+incompatible
	github.com/dustin/go-humanize v1.0.0
	github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302
Jakub Sztandera's avatar
Jakub Sztandera committed
12
	github.com/fatih/color v1.7.0 // indirect
Jakub Sztandera's avatar
Jakub Sztandera committed
13 14
	github.com/fsnotify/fsnotify v1.4.7
	github.com/gogo/protobuf v1.2.1
15
	github.com/hashicorp/go-multierror v1.0.0
Jakub Sztandera's avatar
Jakub Sztandera committed
16
	github.com/hashicorp/golang-lru v0.5.1
Steven Allen's avatar
Steven Allen committed
17
	github.com/hsanjuan/go-libp2p-http v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
18
	github.com/ipfs/dir-index-html v1.0.3
19
	github.com/ipfs/go-bitswap v0.0.4
Jakub Sztandera's avatar
Jakub Sztandera committed
20
	github.com/ipfs/go-block-format v0.0.2
Steven Allen's avatar
Steven Allen committed
21
	github.com/ipfs/go-blockservice v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
22 23
	github.com/ipfs/go-cid v0.0.1
	github.com/ipfs/go-cidutil v0.0.1
24
	github.com/ipfs/go-datastore v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
25
	github.com/ipfs/go-detect-race v0.0.1
26
	github.com/ipfs/go-ds-badger v0.0.3
Michael Avila's avatar
Michael Avila committed
27
	github.com/ipfs/go-ds-flatfs v0.0.2
28
	github.com/ipfs/go-ds-leveldb v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
29 30 31 32
	github.com/ipfs/go-ds-measure v0.0.1
	github.com/ipfs/go-fs-lock v0.0.1
	github.com/ipfs/go-ipfs-addr v0.0.1
	github.com/ipfs/go-ipfs-blockstore v0.0.1
Erik Ingenito's avatar
Erik Ingenito committed
33
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
Jakub Sztandera's avatar
Jakub Sztandera committed
34
	github.com/ipfs/go-ipfs-chunker v0.0.1
Steven Allen's avatar
Steven Allen committed
35
	github.com/ipfs/go-ipfs-cmds v0.0.7
Steven Allen's avatar
Steven Allen committed
36
	github.com/ipfs/go-ipfs-config v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
37 38 39
	github.com/ipfs/go-ipfs-ds-help v0.0.1
	github.com/ipfs/go-ipfs-exchange-interface v0.0.1
	github.com/ipfs/go-ipfs-exchange-offline v0.0.1
Steven Allen's avatar
Steven Allen committed
40
	github.com/ipfs/go-ipfs-files v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
41 42 43 44 45 46 47 48
	github.com/ipfs/go-ipfs-posinfo v0.0.1
	github.com/ipfs/go-ipfs-routing v0.0.1
	github.com/ipfs/go-ipfs-util v0.0.1
	github.com/ipfs/go-ipld-cbor v0.0.1
	github.com/ipfs/go-ipld-format v0.0.1
	github.com/ipfs/go-ipld-git v0.0.1
	github.com/ipfs/go-ipns v0.0.1
	github.com/ipfs/go-log v0.0.1
Steven Allen's avatar
Steven Allen committed
49
	github.com/ipfs/go-merkledag v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
50
	github.com/ipfs/go-metrics-interface v0.0.1
Steven Allen's avatar
Steven Allen committed
51
	github.com/ipfs/go-metrics-prometheus v0.0.2
Erik Ingenito's avatar
Erik Ingenito committed
52
	github.com/ipfs/go-mfs v0.0.7
Steven Allen's avatar
Steven Allen committed
53
	github.com/ipfs/go-path v0.0.3
Steven Allen's avatar
Steven Allen committed
54
	github.com/ipfs/go-unixfs v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
55
	github.com/ipfs/go-verifcid v0.0.1
56
	github.com/ipfs/hang-fds v0.0.1
Łukasz Magiera's avatar
Łukasz Magiera committed
57
	github.com/ipfs/interface-go-ipfs-core v0.0.7
Jakub Sztandera's avatar
Jakub Sztandera committed
58
	github.com/ipfs/iptb v1.4.0
Steven Allen's avatar
Steven Allen committed
59
	github.com/ipfs/iptb-plugins v0.0.2
60
	github.com/jbenet/go-is-domain v1.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
61
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
62
	github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
Jakub Sztandera's avatar
Jakub Sztandera committed
63
	github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2
Steven Allen's avatar
Steven Allen committed
64
	github.com/jbenet/goprocess v0.1.3
65
	github.com/libp2p/go-libp2p v0.0.23
Steven Allen's avatar
Steven Allen committed
66
	github.com/libp2p/go-libp2p-autonat-svc v0.0.5
67 68 69 70 71
	github.com/libp2p/go-libp2p-circuit v0.0.6
	github.com/libp2p/go-libp2p-connmgr v0.0.4
	github.com/libp2p/go-libp2p-crypto v0.0.2
	github.com/libp2p/go-libp2p-host v0.0.3
	github.com/libp2p/go-libp2p-interface-connmgr v0.0.4
72
	github.com/libp2p/go-libp2p-kad-dht v0.0.10
73
	github.com/libp2p/go-libp2p-kbucket v0.1.1
Jakub Sztandera's avatar
Jakub Sztandera committed
74 75
	github.com/libp2p/go-libp2p-loggables v0.0.1
	github.com/libp2p/go-libp2p-metrics v0.0.1
76
	github.com/libp2p/go-libp2p-net v0.0.2
77
	github.com/libp2p/go-libp2p-peer v0.1.1
Steven Allen's avatar
Steven Allen committed
78
	github.com/libp2p/go-libp2p-peerstore v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
79 80 81
	github.com/libp2p/go-libp2p-pnet v0.0.1
	github.com/libp2p/go-libp2p-protocol v0.0.1
	github.com/libp2p/go-libp2p-pubsub v0.0.1
Steven Allen's avatar
Steven Allen committed
82
	github.com/libp2p/go-libp2p-pubsub-router v0.0.3
Marten Seemann's avatar
Marten Seemann committed
83
	github.com/libp2p/go-libp2p-quic-transport v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
84 85
	github.com/libp2p/go-libp2p-record v0.0.1
	github.com/libp2p/go-libp2p-routing v0.0.1
86
	github.com/libp2p/go-libp2p-routing-helpers v0.0.2
Steven Allen's avatar
Steven Allen committed
87
	github.com/libp2p/go-libp2p-secio v0.0.3
88
	github.com/libp2p/go-libp2p-swarm v0.0.3
89
	github.com/libp2p/go-libp2p-tls v0.0.1
Jakub Sztandera's avatar
Jakub Sztandera committed
90 91 92
	github.com/libp2p/go-maddr-filter v0.0.1
	github.com/libp2p/go-stream-muxer v0.0.1
	github.com/libp2p/go-testutil v0.0.1
Steven Allen's avatar
Steven Allen committed
93
	github.com/mattn/go-isatty v0.0.7 // indirect
Jakub Sztandera's avatar
Jakub Sztandera committed
94
	github.com/mattn/go-runewidth v0.0.4 // indirect
Jakub Sztandera's avatar
Jakub Sztandera committed
95
	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
Steven Allen's avatar
Steven Allen committed
96
	github.com/miekg/dns v1.1.8 // indirect
Jakub Sztandera's avatar
Jakub Sztandera committed
97
	github.com/mitchellh/go-homedir v1.1.0
Steven Allen's avatar
Steven Allen committed
98
	github.com/mr-tron/base58 v1.1.2
99
	github.com/multiformats/go-multiaddr v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
100 101 102
	github.com/multiformats/go-multiaddr-dns v0.0.2
	github.com/multiformats/go-multiaddr-net v0.0.1
	github.com/multiformats/go-multibase v0.0.1
Steven Allen's avatar
Steven Allen committed
103
	github.com/multiformats/go-multihash v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
104
	github.com/opentracing/opentracing-go v1.0.2
105
	github.com/pkg/errors v0.8.1
106
	github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
Steven Allen's avatar
Steven Allen committed
107 108 109
	github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
	github.com/prometheus/common v0.3.0 // indirect
	github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
Jakub Sztandera's avatar
Jakub Sztandera committed
110 111 112
	github.com/syndtr/goleveldb v1.0.0
	github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
	github.com/whyrusleeping/go-smux-multiplex v3.0.16+incompatible
Steven Allen's avatar
Steven Allen committed
113
	github.com/whyrusleeping/go-smux-yamux v2.0.9+incompatible
Jakub Sztandera's avatar
Jakub Sztandera committed
114 115 116
	github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1
	github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
	github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
Łukasz Magiera's avatar
Łukasz Magiera committed
117
	go.uber.org/atomic v1.3.2 // indirect
118
	go.uber.org/dig v1.7.0 // indirect
Łukasz Magiera's avatar
Łukasz Magiera committed
119
	go.uber.org/fx v1.9.0
120
	go.uber.org/goleak v0.10.0 // indirect
Łukasz Magiera's avatar
Łukasz Magiera committed
121
	go.uber.org/multierr v1.1.0 // indirect
Steven Allen's avatar
Steven Allen committed
122 123 124 125 126
	golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
	golang.org/x/sys v0.0.0-20190426135247-a129542de9ae
	golang.org/x/text v0.3.2 // indirect
	golang.org/x/tools v0.0.0-20190425222832-ad9eeb80039a // indirect
	golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373 // indirect
127
	gopkg.in/cheggaaa/pb.v1 v1.0.28
Steven Allen's avatar
Steven Allen committed
128
	gotest.tools/gotestsum v0.3.4
Jakub Sztandera's avatar
Jakub Sztandera committed
129
)
Jakub Sztandera's avatar
Jakub Sztandera committed
130 131

go 1.12