Godeps.json 1.18 KB
Newer Older
Brian Tiger Chow's avatar
Brian Tiger Chow committed
1
{
2
	"ImportPath": "github.com/jbenet/go-datastore",
3
	"GoVersion": "go1.3.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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
	"Packages": [
		"./..."
	],
	"Deps": [
		{
			"ImportPath": "code.google.com/p/go-uuid/uuid",
			"Comment": "null-12",
			"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
		},
		{
			"ImportPath": "code.google.com/p/snappy-go/snappy",
			"Comment": "null-15",
			"Rev": "12e4b4183793ac4b061921e7980845e750679fd0"
		},
		{
			"ImportPath": "github.com/codahale/blake2",
			"Rev": "3fa823583afba430e8fc7cdbcc670dbf90bfacc4"
		},
		{
			"ImportPath": "github.com/hashicorp/golang-lru",
			"Rev": "4dfff096c4973178c8f35cf6dd1a732a0a139370"
		},
		{
			"ImportPath": "github.com/mattbaird/elastigo/api",
			"Rev": "041b88c1fcf6489a5721ede24378ce1253b9159d"
		},
		{
			"ImportPath": "github.com/mattbaird/elastigo/core",
			"Rev": "041b88c1fcf6489a5721ede24378ce1253b9159d"
		},
		{
			"ImportPath": "github.com/syndtr/goleveldb/leveldb",
36
			"Rev": "cd2b8f743192883ab9fbc5f070ebda1dc90f3732"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
37 38 39 40
		},
		{
			"ImportPath": "gopkg.in/check.v1",
			"Rev": "91ae5f88a67b14891cfd43895b01164f6c120420"
41 42 43 44 45
		},
		{
			"ImportPath": "launchpad.net/gocheck",
			"Comment": "87",
			"Rev": "gustavo@niemeyer.net-20140225173054-xu9zlkf9kxhvow02"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
46 47 48
		}
	]
}