Godeps.json 2.48 KB
Newer Older
1 2
{
	"ImportPath": "github.com/jbenet/go-ipfs",
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"
		},
41 42 43 44
		{
			"ImportPath": "github.com/camlistore/lock",
			"Rev": "ae27720f340952636b826119b58130b9c1a847a0"
		},
45 46 47 48
		{
			"ImportPath": "github.com/gonuts/flag",
			"Rev": "741a6cbd37a30dedc93f817e7de6aaf0ca38a493"
		},
49 50 51 52 53 54 55 56
		{
			"ImportPath": "github.com/gorilla/context",
			"Rev": "14f550f51af52180c2eefed15e5fd18d63c0a64a"
		},
		{
			"ImportPath": "github.com/gorilla/mux",
			"Rev": "4b8fbc56f3b2400a7c7ea3dba9b3539787c486b6"
		},
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
		{
			"ImportPath": "github.com/jbenet/commander",
			"Rev": "e0cf317891f0ab6f1ac64dfcb754b4fb5e69f7df"
		},
		{
			"ImportPath": "github.com/jbenet/datastore.go",
			"Rev": "e89f0511689bb2d0608496e15491f241842de085"
		},
		{
			"ImportPath": "github.com/jbenet/go-base58",
			"Rev": "568a28d73fd97651d3442392036a658b6976eed5"
		},
		{
			"ImportPath": "github.com/jbenet/go-msgio",
			"Rev": "c9069ab79c95aa0686347b516972c7329c4391f2"
		},
		{
			"ImportPath": "github.com/jbenet/go-multiaddr",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
75 76
			"Comment": "0.1.2-3-g74443fc",
			"Rev": "74443fca319c4c2f5e9968b8e268c30a4a74dc64"
77 78 79 80 81 82
		},
		{
			"ImportPath": "github.com/jbenet/go-multihash",
			"Comment": "0.1.0-5-g1976046",
			"Rev": "1976046c2b0db0b668791b3e541d76a38b7c1af7"
		},
83 84 85 86
		{
			"ImportPath": "github.com/op/go-logging",
			"Rev": "3df864a88c7f005e676db4f026a4fe2f14929be3"
		},
87 88 89
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
			"Rev": "99056d50e56252fbe0021d5c893defca5a76baf8"
90 91 92 93
		},
		{
			"ImportPath": "github.com/tuxychandru/pubsub",
			"Rev": "02de8aa2db3d570c5ab1be5ba67b456fd0fb7c4e"
94 95 96
		}
	]
}