Godeps.json 2.92 KB
Newer Older
1 2
{
	"ImportPath": "github.com/jbenet/go-ipfs",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
3
	"GoVersion": "go1.3",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
	"Packages": [
		"./..."
	],
	"Deps": [
		{
			"ImportPath": "bazil.org/fuse",
			"Rev": "a04507d54fc3610d38ee951402d8c4acab56c7b1"
		},
		{
			"ImportPath": "code.google.com/p/go-uuid/uuid",
			"Comment": "null-12",
			"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
		},
		{
			"ImportPath": "code.google.com/p/go.crypto/sha3",
			"Comment": "null-219",
			"Rev": "00a7d3b31bbab5795b4a51933c04fc2768242970"
		},
22 23 24 25 26
		{
			"ImportPath": "code.google.com/p/go.net/context",
			"Comment": "null-144",
			"Rev": "ad01a6fcc8a19d3a4478c836895ffe883bd2ceab"
		},
27 28 29 30 31 32 33 34 35 36 37 38 39 40
		{
			"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
41 42 43 44
		{
			"ImportPath": "github.com/bren2010/proquint",
			"Rev": "5958552242606512f714d2e93513b380f43f9991"
		},
45 46 47 48
		{
			"ImportPath": "github.com/camlistore/lock",
			"Rev": "ae27720f340952636b826119b58130b9c1a847a0"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
49 50 51 52
		{
			"ImportPath": "github.com/coreos/go-semver/semver",
			"Rev": "6fe83ccda8fb9b7549c9ab4ba47f47858bc950aa"
		},
53 54 55 56
		{
			"ImportPath": "github.com/gonuts/flag",
			"Rev": "741a6cbd37a30dedc93f817e7de6aaf0ca38a493"
		},
57 58 59 60 61 62 63 64
		{
			"ImportPath": "github.com/gorilla/context",
			"Rev": "14f550f51af52180c2eefed15e5fd18d63c0a64a"
		},
		{
			"ImportPath": "github.com/gorilla/mux",
			"Rev": "4b8fbc56f3b2400a7c7ea3dba9b3539787c486b6"
		},
65 66 67 68 69 70 71 72
		{
			"ImportPath": "github.com/jbenet/commander",
			"Rev": "e0cf317891f0ab6f1ac64dfcb754b4fb5e69f7df"
		},
		{
			"ImportPath": "github.com/jbenet/go-base58",
			"Rev": "568a28d73fd97651d3442392036a658b6976eed5"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
73 74 75 76
		{
			"ImportPath": "github.com/jbenet/go-datastore",
			"Rev": "da593f5071b3ce60bf45b548193863bc3c885c3c"
		},
77 78 79 80
		{
			"ImportPath": "github.com/jbenet/go-is-domain",
			"Rev": "93b717f2ae17838a265e30277275ee99ee7198d6"
		},
81 82 83 84 85 86
		{
			"ImportPath": "github.com/jbenet/go-msgio",
			"Rev": "c9069ab79c95aa0686347b516972c7329c4391f2"
		},
		{
			"ImportPath": "github.com/jbenet/go-multiaddr",
87 88
			"Comment": "0.1.2-17-g68a2067",
			"Rev": "68a20675cb0829da219def0d90afe17a7219e8c7"
89 90 91 92 93 94
		},
		{
			"ImportPath": "github.com/jbenet/go-multihash",
			"Comment": "0.1.0-5-g1976046",
			"Rev": "1976046c2b0db0b668791b3e541d76a38b7c1af7"
		},
95 96 97 98
		{
			"ImportPath": "github.com/mitchellh/go-homedir",
			"Rev": "7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
		},
99 100 101 102
		{
			"ImportPath": "github.com/op/go-logging",
			"Rev": "3df864a88c7f005e676db4f026a4fe2f14929be3"
		},
103 104 105
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
			"Rev": "99056d50e56252fbe0021d5c893defca5a76baf8"
106 107 108 109
		},
		{
			"ImportPath": "github.com/tuxychandru/pubsub",
			"Rev": "02de8aa2db3d570c5ab1be5ba67b456fd0fb7c4e"
110 111 112
		}
	]
}