Godeps.json 3.75 KB
Newer Older
1 2
{
	"ImportPath": "github.com/jbenet/go-ipfs",
3
	"GoVersion": "go1.3.3",
4 5 6 7 8 9 10 11
	"Packages": [
		"./..."
	],
	"Deps": [
		{
			"ImportPath": "bazil.org/fuse",
			"Rev": "a04507d54fc3610d38ee951402d8c4acab56c7b1"
		},
12 13 14 15 16
		{
			"ImportPath": "bitbucket.org/kardianos/osext",
			"Comment": "null-15",
			"Rev": "44140c5fc69ecf1102c5ef451d73cd98ef59b178"
		},
17 18 19 20 21
		{
			"ImportPath": "code.google.com/p/go-uuid/uuid",
			"Comment": "null-12",
			"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
		},
22 23 24 25 26
		{
			"ImportPath": "code.google.com/p/go.crypto/blowfish",
			"Comment": "null-219",
			"Rev": "00a7d3b31bbab5795b4a51933c04fc2768242970"
		},
27 28 29 30 31
		{
			"ImportPath": "code.google.com/p/go.crypto/sha3",
			"Comment": "null-219",
			"Rev": "00a7d3b31bbab5795b4a51933c04fc2768242970"
		},
32 33 34 35 36
		{
			"ImportPath": "code.google.com/p/go.net/context",
			"Comment": "null-144",
			"Rev": "ad01a6fcc8a19d3a4478c836895ffe883bd2ceab"
		},
37 38 39 40 41 42 43 44 45 46 47 48 49 50
		{
			"ImportPath": "code.google.com/p/gogoprotobuf/proto",
			"Rev": "6c980277330804e94257ac7ef70a3adbe1641059"
		},
		{
			"ImportPath": "code.google.com/p/goprotobuf/proto",
			"Comment": "go.r60-152",
			"Rev": "36be16571e14f67e114bb0af619e5de2c1591679"
		},
		{
			"ImportPath": "code.google.com/p/snappy-go/snappy",
			"Comment": "null-15",
			"Rev": "12e4b4183793ac4b061921e7980845e750679fd0"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
51 52 53 54
		{
			"ImportPath": "github.com/bren2010/proquint",
			"Rev": "5958552242606512f714d2e93513b380f43f9991"
		},
55 56 57 58
		{
			"ImportPath": "github.com/camlistore/lock",
			"Rev": "ae27720f340952636b826119b58130b9c1a847a0"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
59 60 61 62
		{
			"ImportPath": "github.com/coreos/go-semver/semver",
			"Rev": "6fe83ccda8fb9b7549c9ab4ba47f47858bc950aa"
		},
63 64 65 66
		{
			"ImportPath": "github.com/facebookgo/stack",
			"Rev": "4da6d991fc3c389efa512151354d643eb5fae4e2"
		},
Brian Tiger Chow's avatar
Brian Tiger Chow committed
67 68 69 70
		{
			"ImportPath": "github.com/facebookgo/stackerr",
			"Rev": "060fbf9364c89acd41bf710e9e92915a90e7a5b5"
		},
71 72 73 74
		{
			"ImportPath": "github.com/gonuts/flag",
			"Rev": "741a6cbd37a30dedc93f817e7de6aaf0ca38a493"
		},
75 76 77 78 79 80 81 82
		{
			"ImportPath": "github.com/gorilla/context",
			"Rev": "14f550f51af52180c2eefed15e5fd18d63c0a64a"
		},
		{
			"ImportPath": "github.com/gorilla/mux",
			"Rev": "4b8fbc56f3b2400a7c7ea3dba9b3539787c486b6"
		},
83 84 85 86
		{
			"ImportPath": "github.com/inconshreveable/go-update",
			"Rev": "221d034a558b4c21b0624b2a450c076913854a57"
		},
87 88 89 90 91 92 93 94
		{
			"ImportPath": "github.com/jbenet/commander",
			"Rev": "e0cf317891f0ab6f1ac64dfcb754b4fb5e69f7df"
		},
		{
			"ImportPath": "github.com/jbenet/go-base58",
			"Rev": "568a28d73fd97651d3442392036a658b6976eed5"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
95 96 97 98
		{
			"ImportPath": "github.com/jbenet/go-datastore",
			"Rev": "da593f5071b3ce60bf45b548193863bc3c885c3c"
		},
99 100 101 102
		{
			"ImportPath": "github.com/jbenet/go-is-domain",
			"Rev": "93b717f2ae17838a265e30277275ee99ee7198d6"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
103 104 105 106
		{
			"ImportPath": "github.com/jbenet/go-logging",
			"Rev": "74bec4b83f6d45d1402c1e9d94c0c29e39f6e0ea"
		},
107 108
		{
			"ImportPath": "github.com/jbenet/go-msgio",
Jeromy's avatar
Jeromy committed
109
			"Rev": "ab0e7a0e111d7c7d814ad238bcbf3934efb76ac3"
110 111 112
		},
		{
			"ImportPath": "github.com/jbenet/go-multiaddr",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
113 114
			"Comment": "0.1.2-27-g62a88e0",
			"Rev": "62a88e015e1bf5d6aaca29aec1aba0722f21c8d3"
115 116 117 118 119 120
		},
		{
			"ImportPath": "github.com/jbenet/go-multihash",
			"Comment": "0.1.0-5-g1976046",
			"Rev": "1976046c2b0db0b668791b3e541d76a38b7c1af7"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
121
		{
122
			"ImportPath": "github.com/jbenet/go-random",
Brian Tiger Chow's avatar
Brian Tiger Chow committed
123
			"Rev": "2e83344e7dc7898f94501665af34edd4aa95a013"
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
124
		},
125 126 127 128
		{
			"ImportPath": "github.com/kr/binarydist",
			"Rev": "9955b0ab8708602d411341e55fffd7e0700f86bd"
		},
129 130 131 132
		{
			"ImportPath": "github.com/mitchellh/go-homedir",
			"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
		},
133 134 135
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
			"Rev": "99056d50e56252fbe0021d5c893defca5a76baf8"
136 137 138 139
		},
		{
			"ImportPath": "github.com/tuxychandru/pubsub",
			"Rev": "02de8aa2db3d570c5ab1be5ba67b456fd0fb7c4e"
140 141 142
		}
	]
}