Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digest: use new go-digest package #2111

Merged
merged 2 commits into from
Jan 7, 2017

Conversation

stevvooe
Copy link
Collaborator

@stevvooe stevvooe commented Dec 17, 2016

The digest functionality has now been broken out into a separate package, https://github.com/opencontainers/go-digest.

This uses the new dependency and vendors the new package.

@stevvooe stevvooe force-pushed the use-digest-package branch 4 times, most recently from 7be54cb to 131baac Compare January 6, 2017 23:15
@codecov-io
Copy link

codecov-io commented Jan 6, 2017

Current coverage is 50.91% (diff: 80.00%)

Merging #2111 into master will decrease coverage by 10.32%

@@             master      #2111   diff @@
==========================================
  Files           129        125      -4   
  Lines         11416      11319     -97   
  Methods           0          0           
  Messages          0          0           
  Branches          0          0           
==========================================
- Hits           6991       5763   -1228   
- Misses         3534       4812   +1278   
+ Partials        891        744    -147   

Powered by Codecov. Last update 534b155...72150be

@stevvooe
Copy link
Collaborator Author

stevvooe commented Jan 6, 2017

This should be ready.

@aaronlehmann @dmcgowan PTAL

Copy link
Contributor

@aaronlehmann aaronlehmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevvooe stevvooe merged commit 7dba427 into distribution:master Jan 7, 2017
@stevvooe stevvooe deleted the use-digest-package branch January 7, 2017 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants