perkeep/pkg/schema
mpl 6af01f6c71 vendor: move pkg/images dependencies from third_party
This change is in anticipation of moving pkg/images to go4.org, where it
should not depend on packages in third_party.

So:
third_party/github.com/nf/cr2 -> vendor/github.com/nf/cr2
third_party/github.com/rwcarlsen/goexif -> vendor/github.com/rwcarlsen/goexif
third_party/golang.org/x/image/tiff -> vendor/golang.org/x/image/tiff

Note that third_party/go/pkg/image/jpeg was also a dependency of
pkg/images. We had vendored image/jpeg from tip at the time because it
offered advantages over the version from Go1.3
(https://github.com/camlistore/camlistore/issues/463).
Since we now depend on Go1.5, we can go back to depend on the stdlib
version, so we simply remove third_party/go/pkg/image/jpeg and adjust
the imports accordingly.

Change-Id: Ifc8ffae0551102e644a0a0c67f3ff89e04df15c7
2015-12-18 22:15:33 +01:00
..
nodeattr foursquare: some attributes cleanup 2014-07-31 01:50:36 +02:00
testdata schema: use GPS location to find timezone from EXIF when UTC offset is unknown 2014-07-13 10:26:54 -07:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
blob.go fix SetShareSearch doc 2014-09-30 00:38:57 +02:00
dirreader.go DirReader.Readdir incorrectly logs the contents of err where it should really log the contents of res.err 2014-11-24 18:41:50 +01:00
fileread_test.go schema: modify ForeachChunk to give schema blob path, not just parent 2014-09-06 20:14:27 -07:00
filereader.go vendor: go4.org/syncutil/singleflight 2015-11-24 17:28:28 +01:00
filewriter.go vendor: go4.org/strutil go4.org/syncutil 2015-11-21 00:21:20 +01:00
filewriter_test.go schema: modify ForeachChunk to give schema blob path, not just parent 2014-09-06 20:14:27 -07:00
lookup.go fs: implement fuse owner/groups 2012-04-29 10:03:07 +10:00
schema.go vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01:00
schema_darwin.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_linux.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_posix.go schema: lot of Blob/Builder work, and kill schema.Map. 2013-01-21 20:56:12 -08:00
schema_public_test.go search: fix tests needing null around 2015-04-04 19:10:10 +02:00
schema_test.go Add -search argument to camput share. 2014-09-06 18:50:21 -07:00
sign.go client: log when GPG signatures mismatch 2015-01-12 14:06:22 +03:00
sign_test.go schema: integrate with the jsonsign package. 2013-10-21 22:08:45 -07:00