go.mod 5.04 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
Steven Allen's avatar
Steven Allen committed
19
	github.com/ipfs/go-bitswap v0.0.3
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.3
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 35
	github.com/ipfs/go-ipfs-chunker v0.0.1
	github.com/ipfs/go-ipfs-cmdkit v0.0.1
Steven Allen's avatar
Steven Allen committed
36
	github.com/ipfs/go-ipfs-cmds v0.0.5
Jakub Sztandera's avatar
Jakub Sztandera committed
37 38 39 40
	github.com/ipfs/go-ipfs-config v0.0.1
	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
41
	github.com/ipfs/go-ipfs-files v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
42 43 44 45 46 47 48 49
	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
50
	github.com/ipfs/go-merkledag v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
51
	github.com/ipfs/go-metrics-interface v0.0.1
Steven Allen's avatar
Steven Allen committed
52
	github.com/ipfs/go-metrics-prometheus v0.0.2
Łukasz Magiera's avatar
Łukasz Magiera committed
53
	github.com/ipfs/go-mfs v0.0.4
Steven Allen's avatar
Steven Allen committed
54
	github.com/ipfs/go-path v0.0.3
Łukasz Magiera's avatar
Łukasz Magiera committed
55
	github.com/ipfs/go-unixfs v0.0.4
Jakub Sztandera's avatar
Jakub Sztandera committed
56
	github.com/ipfs/go-verifcid v0.0.1
57
	github.com/ipfs/hang-fds v0.0.1
58
	github.com/ipfs/interface-go-ipfs-core v0.0.6
Jakub Sztandera's avatar
Jakub Sztandera committed
59
	github.com/ipfs/iptb v1.4.0
Steven Allen's avatar
Steven Allen committed
60
	github.com/ipfs/iptb-plugins v0.0.2
61
	github.com/jbenet/go-is-domain v1.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
62
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
63
	github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
Jakub Sztandera's avatar
Jakub Sztandera committed
64 65
	github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2
	github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
Steven Allen's avatar
Steven Allen committed
66
	github.com/libp2p/go-libp2p v0.0.8
Steven Allen's avatar
Steven Allen committed
67 68
	github.com/libp2p/go-libp2p-autonat v0.0.4 // indirect
	github.com/libp2p/go-libp2p-autonat-svc v0.0.5
69
	github.com/libp2p/go-libp2p-circuit v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
70 71 72 73
	github.com/libp2p/go-libp2p-connmgr 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-interface-connmgr v0.0.1
Steven Allen's avatar
Steven Allen committed
74
	github.com/libp2p/go-libp2p-kad-dht v0.0.7
75
	github.com/libp2p/go-libp2p-kbucket v0.1.1
Jakub Sztandera's avatar
Jakub Sztandera committed
76 77 78 79 80 81 82 83
	github.com/libp2p/go-libp2p-loggables v0.0.1
	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-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
84
	github.com/libp2p/go-libp2p-pubsub-router v0.0.3
Marten Seemann's avatar
Marten Seemann committed
85
	github.com/libp2p/go-libp2p-quic-transport v0.0.3
Jakub Sztandera's avatar
Jakub Sztandera committed
86 87
	github.com/libp2p/go-libp2p-record v0.0.1
	github.com/libp2p/go-libp2p-routing v0.0.1
88
	github.com/libp2p/go-libp2p-routing-helpers v0.0.2
Jakub Sztandera's avatar
Jakub Sztandera committed
89 90 91 92 93
	github.com/libp2p/go-libp2p-secio v0.0.1
	github.com/libp2p/go-libp2p-swarm v0.0.1
	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
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 96 97 98 99 100 101 102 103 104 105 106 107
	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
	github.com/mitchellh/go-homedir v1.1.0
	github.com/mr-tron/base58 v1.1.0
	github.com/multiformats/go-multiaddr v0.0.1
	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
	github.com/multiformats/go-multihash v0.0.1
	github.com/opentracing/opentracing-go v1.0.2
	github.com/prometheus/client_golang v0.9.2
	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
108
	github.com/whyrusleeping/go-smux-yamux v2.0.9+incompatible
Jakub Sztandera's avatar
Jakub Sztandera committed
109 110 111 112
	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
	golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
113
	golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
114
	gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
115
	gopkg.in/cheggaaa/pb.v1 v1.0.28
116 117
	gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
	gotest.tools/gotestsum v0.3.3
Jakub Sztandera's avatar
Jakub Sztandera committed
118
)
Jakub Sztandera's avatar
Jakub Sztandera committed
119 120

go 1.12