registry/Godeps/_workspace/src/github.com
Stephen J Day eee6cad2cf Remove digest package's dependency on external sha implementation
The change relies on a refactor of the upstream resumable sha256/sha512 package
that opts to register implementations with the standard library. This allows
the resumable support to be detected where it matters, avoiding unnecessary and
complex code. It also ensures that consumers of the digest package don't need
to depend on the forked sha implementations.

We also get an optimization with this change. If the size of data written to a
digester is the same as the file size, we check to see if the digest has been
verified. This works if the blob is written and committed in a single request.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-05-20 23:44:08 -07:00
..
AdRoll/goamz Update goamz package dependency 2015-04-22 12:32:59 -07:00
bugsnag Use Godep to vendor distribution dependencies 2015-01-12 14:01:04 -08:00
codegangsta/cli Update dependencies missing in older PR 2015-02-16 14:19:00 -08:00
docker Update dependencies missing in older PR 2015-02-16 14:19:00 -08:00
garyburd/redigo Add redigo dependency to Godeps 2015-04-01 15:55:30 -07:00
gorilla Use Godep to vendor distribution dependencies 2015-01-12 14:01:04 -08:00
MSOpenTech/azure-sdk-for-go/storage Updating MSOpenTech/azure-sdk-for-go to latest master 2015-03-23 21:59:21 -07:00
Sirupsen/logrus Update logrus package for configurable TimestampFormat 2015-04-10 13:54:53 -07:00
stevvooe/resumable Remove digest package's dependency on external sha implementation 2015-05-20 23:44:08 -07:00
yvasiyarov Use Godep to vendor distribution dependencies 2015-01-12 14:01:04 -08:00