Godeps.json 1.37 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.4",
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"
		},
21 22 23 24
		{
			"ImportPath": "github.com/jbenet/go-os-rename",
			"Rev": "2d93ae970ba96c41f717036a5bf5494faf1f38c0"
		},
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
25 26
		{
			"ImportPath": "github.com/jbenet/goprocess",
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
27
			"Rev": "5b02f8d275a2dd882fb06f8bbdf74347795ff3b1"
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
28
		},
Brian Tiger Chow's avatar
Brian Tiger Chow committed
29 30 31 32 33 34 35 36 37 38
		{
			"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
39 40 41 42 43
			"Rev": "871eee0a7546bb7d1b2795142e29c4534abc49b3"
		},
		{
			"ImportPath": "github.com/syndtr/gosnappy/snappy",
			"Rev": "ce8acff4829e0c2458a67ead32390ac0a381c862"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
44 45 46 47
		},
		{
			"ImportPath": "gopkg.in/check.v1",
			"Rev": "91ae5f88a67b14891cfd43895b01164f6c120420"
48 49 50 51 52
		},
		{
			"ImportPath": "launchpad.net/gocheck",
			"Comment": "87",
			"Rev": "gustavo@niemeyer.net-20140225173054-xu9zlkf9kxhvow02"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
53 54 55
		}
	]
}