Godeps.json 5.7 KB
Newer Older
1
{
2
	"ImportPath": "github.com/ipfs/go-ipfs",
Jeromy's avatar
Jeromy committed
3
	"GoVersion": "go1.5.2",
4 5 6 7 8 9
	"Packages": [
		"./..."
	],
	"Deps": [
		{
			"ImportPath": "bazil.org/fuse",
Henry's avatar
Henry committed
10
			"Rev": "e4fcc9a2c7567d1c42861deebeb483315d222262"
11
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
12 13 14 15
		{
			"ImportPath": "github.com/bren2010/proquint",
			"Rev": "5958552242606512f714d2e93513b380f43f9991"
		},
Henry's avatar
Henry committed
16 17 18 19
		{
			"ImportPath": "github.com/briantigerchow/pubsub",
			"Rev": "39ce5f556423a4c7223b370fa17a3bbd75b2d197"
		},
20 21 22 23
		{
			"ImportPath": "github.com/camlistore/lock",
			"Rev": "ae27720f340952636b826119b58130b9c1a847a0"
		},
24 25
		{
			"ImportPath": "github.com/cheggaaa/pb",
26
			"Rev": "d7729fd7ec1372c15b83db39834bf842bf2d69fb"
27
		},
28 29 30 31 32 33
		{
			"ImportPath": "github.com/codahale/hdrhistogram",
			"Rev": "5fd85ec0b4e2dd5d4158d257d943f2e586d86b62"
		},
		{
			"ImportPath": "github.com/codahale/metrics",
34
			"Rev": "7c37910bc765e705301b159683480bdd44555c91"
35
		},
Henry's avatar
Henry committed
36 37 38 39
		{
			"ImportPath": "github.com/cryptix/mdns",
			"Rev": "04ff72a32679d57d009c0ac0fc5c4cda10350bad"
		},
Jeromy's avatar
Jeromy committed
40 41 42 43
		{
			"ImportPath": "github.com/docker/spdystream",
			"Rev": "e372247595b2edd26f6d022288e97eed793d70a2"
		},
Henry's avatar
Henry committed
44 45
		{
			"ImportPath": "github.com/dustin/go-humanize",
Henry's avatar
Henry committed
46
			"Rev": "00897f070f09f194c26d65afae734ba4c32404e8"
Henry's avatar
Henry committed
47
		},
Jeromy's avatar
Jeromy committed
48 49 50 51
		{
			"ImportPath": "github.com/dustin/randbo",
			"Rev": "7f1b564ca7242d22bcc6e2128beb90d9fa38b9f0"
		},
52 53 54 55
		{
			"ImportPath": "github.com/facebookgo/atomicfile",
			"Rev": "6f117f2e7f224fb03eb5e5fba370eade6e2b90c8"
		},
56 57
		{
			"ImportPath": "github.com/gogo/protobuf/io",
58
			"Rev": "0ac967c269268f1af7d9bcc7927ccc9a589b2b36"
59 60 61
		},
		{
			"ImportPath": "github.com/gogo/protobuf/proto",
62
			"Rev": "0ac967c269268f1af7d9bcc7927ccc9a589b2b36"
63
		},
64 65
		{
			"ImportPath": "github.com/hashicorp/golang-lru",
66
			"Rev": "253b2dc1ca8bae42c3b5b6e53dd2eab1a7551116"
67
		},
Jeromy's avatar
Jeromy committed
68 69 70 71
		{
			"ImportPath": "github.com/ipfs/go-datastore",
			"Rev": "e63957b6da369d986ef3e7a3f249779ba3f56c7e"
		},
72 73
		{
			"ImportPath": "github.com/jbenet/go-base58",
Henry's avatar
Henry committed
74
			"Rev": "6237cf65f3a6f7111cd8a42be3590df99a66bc7d"
75
		},
76 77 78 79 80 81 82 83
		{
			"ImportPath": "github.com/jbenet/go-context/frac",
			"Rev": "d14ea06fba99483203c19d92cfcd13ebe73135f4"
		},
		{
			"ImportPath": "github.com/jbenet/go-context/io",
			"Rev": "d14ea06fba99483203c19d92cfcd13ebe73135f4"
		},
84 85 86 87
		{
			"ImportPath": "github.com/jbenet/go-detect-race",
			"Rev": "3463798d9574bd0b7eca275dccc530804ff5216f"
		},
88 89
		{
			"ImportPath": "github.com/jbenet/go-fuse-version",
90
			"Rev": "b733dfc0597e1f6780510ee7afad8b6e3c7af3eb"
91
		},
92 93 94 95
		{
			"ImportPath": "github.com/jbenet/go-is-domain",
			"Rev": "93b717f2ae17838a265e30277275ee99ee7198d6"
		},
96 97
		{
			"ImportPath": "github.com/jbenet/go-msgio",
Jeromy's avatar
Jeromy committed
98
			"Rev": "9399b44f6bf265b30bedaf2af8c0604bbc8d5275"
99 100 101
		},
		{
			"ImportPath": "github.com/jbenet/go-multiaddr",
102 103
			"Comment": "0.1.2-38-gc13f11b",
			"Rev": "c13f11bbfe6439771f4df7bfb330f686826144e8"
104 105 106
		},
		{
			"ImportPath": "github.com/jbenet/go-multiaddr-net",
Jeromy's avatar
Jeromy committed
107
			"Rev": "4a8bd8f8baf45afcf2bb385bbc17e5208d5d4c71"
108 109 110
		},
		{
			"ImportPath": "github.com/jbenet/go-multihash",
Henry's avatar
Henry committed
111 112
			"Comment": "0.1.0-39-ge8d2374",
			"Rev": "e8d2374934f16a971d1e94a864514a21ac74bf7f"
113
		},
114 115
		{
			"ImportPath": "github.com/jbenet/go-os-rename",
Henry's avatar
Henry committed
116
			"Rev": "3ac97f61ef67a6b87b95c1282f6c317ed0e693c2"
117
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
118
		{
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
119
			"ImportPath": "github.com/jbenet/go-peerstream",
Jeromy's avatar
Jeromy committed
120
			"Rev": "f3ab20739a88aa79306dc039c1b5a39e7afa45d6"
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
121
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
122
		{
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
123
			"ImportPath": "github.com/jbenet/go-random",
Henry's avatar
Henry committed
124
			"Rev": "cd535bd25356746b9b1e824871dda7da932460e2"
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
125
		},
126 127 128 129
		{
			"ImportPath": "github.com/jbenet/go-random-files",
			"Rev": "737479700b40b4b50e914e963ce8d9d44603e3c8"
		},
Lars Gierth's avatar
Lars Gierth committed
130 131 132 133
		{
			"ImportPath": "github.com/matttproud/golang_protobuf_extensions/pbutil",
			"Rev": "fc2b8d3a73c4867e51861bbdd5ae3c1f0869dd6a"
		},
134 135
		{
			"ImportPath": "github.com/mitchellh/go-homedir",
Henry's avatar
Henry committed
136
			"Rev": "1f6da4a72e57d4e7edd4a7295a585e0a3999a2d4"
137
		},
Kristoffer Ström's avatar
Kristoffer Ström committed
138 139 140 141
		{
			"ImportPath": "github.com/mtchavez/jenkins",
			"Rev": "5a816af6ef21ef401bff5e4b7dd255d63400f497"
		},
142 143 144 145
		{
			"ImportPath": "github.com/olekukonko/ts",
			"Rev": "ecf753e7c962639ab5a1fb46f7da627d4c0a04b8"
		},
David Braun's avatar
David Braun committed
146 147 148 149
		{
			"ImportPath": "github.com/rs/cors",
			"Rev": "5e4ce6bc0ecd3472f6f943666d84876691be2ced"
		},
150 151
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
152
			"Rev": "4875955338b0a434238a31165cb87255ab6e9e4a"
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
153 154 155
		},
		{
			"ImportPath": "github.com/syndtr/gosnappy/snappy",
Henry's avatar
Henry committed
156
			"Rev": "156a073208e131d7d2e212cb749feae7c339e846"
157
		},
158 159 160 161
		{
			"ImportPath": "github.com/texttheater/golang-levenshtein/levenshtein",
			"Rev": "dfd657628c58d3eeaa26391097853b2473c8b94e"
		},
162 163 164 165
		{
			"ImportPath": "github.com/whyrusleeping/chunker",
			"Rev": "537e901819164627ca4bb5ce4e3faa8ce7956564"
		},
Jeromy's avatar
Jeromy committed
166 167 168 169
		{
			"ImportPath": "github.com/whyrusleeping/go-logging",
			"Rev": "128b9855511a4ea3ccbcf712695baf2bab72e134"
		},
Kristoffer Ström's avatar
Kristoffer Ström committed
170 171 172 173
		{
			"ImportPath": "github.com/whyrusleeping/go-metrics",
			"Rev": "1cd8009604ec2238b5a71305a0ecd974066e0e16"
		},
Jeromy's avatar
Jeromy committed
174 175 176 177
		{
			"ImportPath": "github.com/whyrusleeping/go-sysinfo",
			"Rev": "769b7c0b50e8030895abc74ba8107ac715e3162a"
		},
Jeromy's avatar
Jeromy committed
178 179
		{
			"ImportPath": "github.com/whyrusleeping/multiaddr-filter",
180
			"Rev": "9e26222151125ecd3fc1fd190179b6bdd55f5608"
Jeromy's avatar
Jeromy committed
181
		},
182 183
		{
			"ImportPath": "golang.org/x/crypto/blowfish",
184
			"Rev": "c84e1f8e3a7e322d497cd16c0e8a13c7e127baf3"
185 186 187
		},
		{
			"ImportPath": "golang.org/x/crypto/sha3",
188
			"Rev": "c84e1f8e3a7e322d497cd16c0e8a13c7e127baf3"
189
		},
190 191
		{
			"ImportPath": "golang.org/x/net/context",
192
			"Rev": "ff8eb9a34a5cbb9941ffc6f84a19a8014c2646ad"
193
		},
Henry's avatar
Henry committed
194 195
		{
			"ImportPath": "golang.org/x/net/internal/iana",
196
			"Rev": "ff8eb9a34a5cbb9941ffc6f84a19a8014c2646ad"
Henry's avatar
Henry committed
197 198 199
		},
		{
			"ImportPath": "golang.org/x/net/ipv4",
200
			"Rev": "ff8eb9a34a5cbb9941ffc6f84a19a8014c2646ad"
Henry's avatar
Henry committed
201 202 203
		},
		{
			"ImportPath": "golang.org/x/net/ipv6",
204
			"Rev": "ff8eb9a34a5cbb9941ffc6f84a19a8014c2646ad"
Henry's avatar
Henry committed
205
		},
Brian Tiger Chow's avatar
Brian Tiger Chow committed
206 207
		{
			"ImportPath": "gopkg.in/fsnotify.v1",
Henry's avatar
Henry committed
208 209
			"Comment": "v1.2.0",
			"Rev": "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0"
210 211 212
		}
	]
}