mirror of https://github.com/perkeep/perkeep.git
6af01f6c71
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 |
||
---|---|---|
.. | ||
bazil.org/fuse | ||
closure | ||
code.google.com/p | ||
fontawesome | ||
github.com | ||
glitch | ||
go | ||
golang.org/x | ||
labix.org/v2/mgo | ||
less | ||
react | ||
README | ||
update.pl |
README
External packages which Camlistore depends on. These are not under Camlistore copyright/license. See the respective projects for their copyright & licensing details. These are mirrored into Camlistore for hermetic build reasons, as well as enabling local patching to work with an ever-changing upstream Go project. (not all projects will follow Go tip as closely)