Godeps.json 1.26 KB
Newer Older
Brian Tiger Chow's avatar
Brian Tiger Chow committed
1
{
2
	"ImportPath": "github.com/jbenet/go-datastore",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
3
	"GoVersion": "go1.3",
Brian Tiger Chow's avatar
Brian Tiger Chow committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
	"Packages": [
		"./..."
	],
	"Deps": [
		{
			"ImportPath": "code.google.com/p/go-uuid/uuid",
			"Comment": "null-12",
			"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
		},
		{
			"ImportPath": "github.com/codahale/blake2",
			"Rev": "3fa823583afba430e8fc7cdbcc670dbf90bfacc4"
		},
		{
			"ImportPath": "github.com/hashicorp/golang-lru",
			"Rev": "4dfff096c4973178c8f35cf6dd1a732a0a139370"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
21 22 23 24
		{
			"ImportPath": "github.com/jbenet/goprocess",
			"Rev": "b4b4178efcf2404ce9db72438c9c49db2fb399d8"
		},
Brian Tiger Chow's avatar
Brian Tiger Chow committed
25 26 27 28 29 30 31 32 33 34
		{
			"ImportPath": "github.com/mattbaird/elastigo/api",
			"Rev": "041b88c1fcf6489a5721ede24378ce1253b9159d"
		},
		{
			"ImportPath": "github.com/mattbaird/elastigo/core",
			"Rev": "041b88c1fcf6489a5721ede24378ce1253b9159d"
		},
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
35 36 37 38 39
			"Rev": "871eee0a7546bb7d1b2795142e29c4534abc49b3"
		},
		{
			"ImportPath": "github.com/syndtr/gosnappy/snappy",
			"Rev": "ce8acff4829e0c2458a67ead32390ac0a381c862"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
40 41 42 43
		},
		{
			"ImportPath": "gopkg.in/check.v1",
			"Rev": "91ae5f88a67b14891cfd43895b01164f6c120420"
44 45 46 47 48
		},
		{
			"ImportPath": "launchpad.net/gocheck",
			"Comment": "87",
			"Rev": "gustavo@niemeyer.net-20140225173054-xu9zlkf9kxhvow02"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
49 50 51
		}
	]
}